typo fix
This commit is contained in:
parent
434178c853
commit
6cc6556e8a
@ -272,7 +272,7 @@ class Arc(Shape):
|
|||||||
rotation += pi
|
rotation += pi
|
||||||
|
|
||||||
|
|
||||||
angles %= (start_angle, start_angle + delta_angle)
|
angles = (start_angle, start_angle + delta_angle)
|
||||||
rotation %= 2 * pi
|
rotation %= 2 * pi
|
||||||
width = self.width
|
width = self.width
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user