set width to dv-stream-size
This commit is contained in:
parent
21757286e2
commit
28cc5ffa4a
3 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="1024"
|
||||
width="720"
|
||||
height="576"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
|
@ -150,7 +150,7 @@
|
|||
<image
|
||||
xlink:href="file:///%workdir/foto-soft.jpg"
|
||||
y="313.82144"
|
||||
x="-3.2142856"
|
||||
x="-200.2142856"
|
||||
id="image_background"
|
||||
height="768"
|
||||
width="1024" />
|
||||
|
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
|
@ -10,7 +10,7 @@
|
|||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="1024"
|
||||
width="720"
|
||||
height="576"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
|
@ -183,7 +183,7 @@
|
|||
width="1024"
|
||||
height="768"
|
||||
id="image_background"
|
||||
x="-3.2142856"
|
||||
x="-200.2142856"
|
||||
y="313.82144" />
|
||||
<image
|
||||
xlink:href="file:///%workdir/logo_ohne_rand-332.png"
|
||||
|
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
|
@ -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))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue