Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/genpieces.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-04-11 13:35:43 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-04-11 13:35:43 (GMT)
commit6e8e47ef2ec8ee31dff2442886b2b750e1461611 (patch)
tree7281277b0074e9aa27658335132f27ab78e24087 /genpieces.py
parent09da276a9615347c0f3b02bd819b60104d95fdf3 (diff)
cleanup
Diffstat (limited to 'genpieces.py')
-rwxr-xr-xgenpieces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/genpieces.py b/genpieces.py
index 8d8bb82..3837d1b 100755
--- a/genpieces.py
+++ b/genpieces.py
@@ -39,7 +39,7 @@ class SVG:
align = ''
svg_string = "<text x=\"%d\" y=\"%d\" " % (x, y)
if stroke:
- svg_string += "style=\"font-size:%dpx;font-family:Sans;fill:%s;\
+ svg_string += "style=\"font-size:%dpx;font-weight:bold;font-family:Sans;fill:%s;\
stroke:#000000;%s\">" % (font_size, self._stroke, align)
else:
svg_string += "style=\"font-size:%dpx;font-family:Sans;fill:%s;\