From 6cc6556e8a05e4a04480bdf673de3321bd6946da Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 20 Apr 2017 13:05:58 -0700 Subject: [PATCH] typo fix --- masque/shapes/arc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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