Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tasprite_factory.py
diff options
context:
space:
mode:
authorPootle daemon <pootle@pootle.sugarlabs.org>2012-03-26 04:31:34 (GMT)
committer Pootle daemon <pootle@pootle.sugarlabs.org>2012-03-26 04:31:34 (GMT)
commite483df377d5114555581405ed33a96b5dd412a31 (patch)
tree15ce00286e1ee3930d826cb6ecf39b50378c822e /TurtleArt/tasprite_factory.py
parentae55d6ab16bc15495ae0889a399b55642a053516 (diff)
parent09b4fd3c3d97206dd974a98ed7010fb002e3abdf (diff)
Merge branch 'master' of git.sugarlabs.org:turtleart/mainline
Diffstat (limited to 'TurtleArt/tasprite_factory.py')
-rwxr-xr-xTurtleArt/tasprite_factory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tasprite_factory.py b/TurtleArt/tasprite_factory.py
index 963c37c..b750aad 100755
--- a/TurtleArt/tasprite_factory.py
+++ b/TurtleArt/tasprite_factory.py
@@ -422,7 +422,7 @@ class SVG:
def turtle(self, colors):
''' Turtles are just another block '''
self.reset_min_max()
- self._fill, self._stroke = colors[0], colors[1]
+ self._fill, self._stroke = colors[1], colors[0]
svg = "%s%s%s%s%s%s%s%s" % (" <path d=\"M 27.5 48.3 ",
"C 26.9 48.3 26.4 48.2 25.9 48.2 L 27.2 50.5 L 28.6 48.2 ",