Revert "set width to dv-stream-size" until we know for sure we need to trim the width

This reverts commit 28448dee37834f00dc96ab1be21f15c565973775.
This commit is contained in:
MaZderMind 2014-03-12 21:35:30 +01:00
parent 28cc5ffa4a
commit c6ead8079d
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, 28))
return '</tspan><tspan x="150" dy="45">'.join(textwrap.wrap(title, 35))