We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1de9983 + 26bd891 commit c364903Copy full SHA for c364903
2 files changed
CHANGELOG.md
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
- Controls: Fixed case where pointer state may not have been reset correctly.
27
- ImageOverlayPlugin: "enableTileSplitting" now works with "ADDITIVE" tiles.
28
- EnforceNonZeroErrorPlugin: adjusted error is now based on the first parent with geometric error encountered.
29
+- Fixed up some types
30
31
## [0.4.18] - 2025.11.14
32
### Added
src/three/plugins/images/ImageOverlayPlugin.d.ts
@@ -53,6 +53,7 @@ export class GeoJSONOverlay extends ImageOverlay {
53
levels?: number, // max rasterization zoom
54
pointRadius?: number,
55
strokeStyle?: string,
56
+ strokeWidth?: number,
57
fillStyle?: string,
58
color?: number | Color,
59
opacity?: number,
0 commit comments