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