fix: fixed arc radius on shapes

pull/87/head
RuiAlonso 4 years ago
parent e6f61041ad
commit a8e43386e8

@ -18,7 +18,7 @@ class ArcShape extends ChainShape {
createChain(
calculateArc(
center: center,
radius: radius,
radius: arcRadius,
angle: angle,
offsetAngle: rotation,
),

Loading…
Cancel
Save