Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasprite_factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasprite_factory.py')
-rwxr-xr-xtasprite_factory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasprite_factory.py b/tasprite_factory.py
index 6bf54fe..97b1426 100755
--- a/tasprite_factory.py
+++ b/tasprite_factory.py
@@ -669,7 +669,7 @@ class SVG:
return " %s%.1f%s%.1f%s%.1f%s%.1f%s%s%s" % (
"<image x=\"", x, "\" y=\"", y,
"\" width=\"", w, "\" height=\"", h,
- "\" xlink:href=\"", path, "\">\n")
+ "\" xlink:href=\"file://", path, "\"/>\n")
def _circle(self, r, cx, cy):