Fix wrong property name in Stroke constructor
This commit is contained in:
@@ -1035,7 +1035,7 @@ class WebGLPolygonReplay extends WebGLReplay {
|
|||||||
} else {
|
} else {
|
||||||
const nullStrokeStyle = new Stroke({
|
const nullStrokeStyle = new Stroke({
|
||||||
color: [0, 0, 0, 0],
|
color: [0, 0, 0, 0],
|
||||||
lineWidth: 0
|
width: 0
|
||||||
});
|
});
|
||||||
this.lineStringReplay.setFillStrokeStyle(null, nullStrokeStyle);
|
this.lineStringReplay.setFillStrokeStyle(null, nullStrokeStyle);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user