typo fix
This commit is contained in:
parent
434178c853
commit
6cc6556e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue