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

@ -10,7 +10,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1024" width="720"
height="576" height="576"
id="svg2" id="svg2"
version="1.1" version="1.1"
@ -150,7 +150,7 @@
<image <image
xlink:href="file:///%workdir/foto-soft.jpg" xlink:href="file:///%workdir/foto-soft.jpg"
y="313.82144" y="313.82144"
x="-3.2142856" x="-200.2142856"
id="image_background" id="image_background"
height="768" height="768"
width="1024" /> width="1024" />

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -10,7 +10,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1024" width="720"
height="576" height="576"
id="svg2" id="svg2"
version="1.1" version="1.1"
@ -183,7 +183,7 @@
width="1024" width="1024"
height="768" height="768"
id="image_background" id="image_background"
x="-3.2142856" x="-200.2142856"
y="313.82144" /> y="313.82144" />
<image <image
xlink:href="file:///%workdir/logo_ohne_rand-332.png" xlink:href="file:///%workdir/logo_ohne_rand-332.png"

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

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 # 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 # so we do it in python as good as we can
def vorspannTitle(title): 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))