Skip to content

Commit 84acd55

Browse files
committed
Website updates
1 parent 9d3ec33 commit 84acd55

File tree

10 files changed

+53
-50
lines changed

10 files changed

+53
-50
lines changed

dist/en/main/apidoc/module-ol_style_Text-Text.html

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

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/examples/offscreen-canvas.worker.worker.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/offscreen-canvas.worker.worker.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/style/Text.d.ts.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/style/Text.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,10 @@ class Text {
241241
textAlign: this.getTextAlign(),
242242
justify: this.getJustify(),
243243
textBaseline: this.getTextBaseline(),
244-
fill: this.getFill() ? this.getFill().clone() : undefined,
244+
fill:
245+
this.getFill() instanceof Fill
246+
? this.getFill().clone()
247+
: this.getFill(),
245248
stroke: this.getStroke() ? this.getStroke().clone() : undefined,
246249
offsetX: this.getOffsetX(),
247250
offsetY: this.getOffsetY(),

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)