Fix outline style when drawing a path with the shape painter (#5336)

This commit is contained in:
D8H
2023-05-23 10:33:53 +02:00
committed by GitHub
parent ed1694a818
commit bfbdf1cd3f

View File

@@ -239,6 +239,7 @@ namespace gdjs {
}
beginFillPath() {
this.updateOutline();
this._graphics.beginFill(
this._object._fillColor,
this._object._fillOpacity / 255