fix
This commit is contained in:
parent
cc37dd9d54
commit
5ca6f57aae
|
@ -174,7 +174,7 @@ block: # Tiger
|
||||||
props.strokeDashArray,
|
props.strokeDashArray,
|
||||||
props.transform.pixelScale
|
props.transform.pixelScale
|
||||||
)
|
)
|
||||||
let paint = newPaint(props.stroke)
|
let paint = props.stroke.copy()
|
||||||
paint.color.a *= (props.opacity * props.strokeOpacity)
|
paint.color.a *= (props.opacity * props.strokeOpacity)
|
||||||
fills.add(Fill(
|
fills.add(Fill(
|
||||||
shapes: strokeShapes,
|
shapes: strokeShapes,
|
||||||
|
|
Loading…
Reference in a new issue