Skip to content

Commit

Permalink
make the angle work as it used to, and not be inverted.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Jun 6, 2011
1 parent 0365859 commit 8616076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Svg.py
Expand Up @@ -154,7 +154,7 @@ def setScale(self, width, height):
self.scale = [width, height]

def setAngle(self, angle):
self.angle = angle
self.angle = -angle

def setRect(self, rect):
if not rect == self.rect:
Expand Down

0 comments on commit 8616076

Please sign in to comment.