Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtasprite_factory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasprite_factory.py b/tasprite_factory.py
index 87e7a87..b074f07 100755
--- a/tasprite_factory.py
+++ b/tasprite_factory.py
@@ -643,7 +643,7 @@ class SVG:
" style=\"fill:",fill,
"fill-opacity:1;stroke:",self._stroke,
"stroke-width:",self._stroke_width,
- "stroke-linecap:square;",
+ "stroke-linecap:round;",
"stroke-opacity:1;\" />\n")
def text(self, x, y, size, string):