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:
parent
28cc5ffa4a
commit
c6ead8079d
3 changed files with 5 additions and 5 deletions
|
@ -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))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue