Skip to content

Commit 5af6444

Browse files
committed
Website updates
1 parent 76bf932 commit 5af6444

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dist/en/main/examples/common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/renderer/canvas/VectorLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ class CanvasVectorLayerRenderer extends CanvasLayerRenderer {
254254
* @private
255255
*/
256256
resetDrawContext_() {
257-
if (this.opacity_ !== 1) {
257+
if (this.opacity_ !== 1 && this.targetContext_) {
258258
const alpha = this.targetContext_.globalAlpha;
259259
this.targetContext_.globalAlpha = this.opacity_;
260260
this.targetContext_.drawImage(this.context.canvas, 0, 0);

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)