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( createChain(
calculateArc( calculateArc(
center: center, center: center,
radius: radius, radius: arcRadius,
angle: angle, angle: angle,
offsetAngle: rotation, offsetAngle: rotation,
), ),

Loading…
Cancel
Save