Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/olpcgames/svgsprite.py
diff options
context:
space:
mode:
Diffstat (limited to 'olpcgames/svgsprite.py')
-rw-r--r--[-rwxr-xr-x]olpcgames/svgsprite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/olpcgames/svgsprite.py b/olpcgames/svgsprite.py
index ad247dd..70c3027 100755..100644
--- a/olpcgames/svgsprite.py
+++ b/olpcgames/svgsprite.py
@@ -46,7 +46,7 @@ class SVGSprite( sprite.Sprite ):
"""Render our SVG to a Pygame image"""
import rsvg
handle = rsvg.Handle( data = self.svg )
- originalSize = (width,height)
+ #originalSize = (width,height)
scale = 1.0
hw,hh = handle.get_dimension_data()[:2]
if hw and hh: