This commit is contained in:
jan 2017-04-20 13:05:58 -07:00
parent 434178c853
commit 6cc6556e8a

View File

@ -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