diff --git a/masque/shapes/arc.py b/masque/shapes/arc.py index 2ae12c9..8763291 100644 --- a/masque/shapes/arc.py +++ b/masque/shapes/arc.py @@ -272,7 +272,7 @@ class Arc(Shape): rotation += pi - angles %= (start_angle, start_angle + delta_angle) + angles = (start_angle, start_angle + delta_angle) rotation %= 2 * pi width = self.width