set width to dv-stream-size

This commit is contained in:
MaZderMind 2014-03-12 21:32:14 +01:00
parent 21757286e2
commit 28cc5ffa4a
3 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@ def vorspannFilename(id, title):
# svg does not have a method for automatic line breaking, that rsvg is capable of
# so we do it in python as good as we can
def vorspannTitle(title):
return '</tspan><tspan x="150" dy="45">'.join(textwrap.wrap(title, 35))
return '</tspan><tspan x="150" dy="45">'.join(textwrap.wrap(title, 28))