improve intro, reinstantiate --debug

This commit is contained in:
Daniel Molkentin 2016-04-09 12:21:17 +02:00
parent 6a61eb2333
commit 6b1825c94b
2 changed files with 15 additions and 15 deletions

View file

@ -40,16 +40,16 @@ def outroFrames(p):
yield [] yield []
def debug(): def debug():
# render( render(
# 'intro.svg', 'intro.svg',
# '../intro.ts', '../intro.ts',
# introFrames, introFrames,
# { {
# '$id': 2, '$id': 2,
# '$title': 'Essential Aspects on Mixing', '$title': 'Essential Aspects on Mixing',
# '$person': 'Jimson Drift' '$person': 'Jimson Drift'
# } }
# ) )
render( render(
'outro.svg', 'outro.svg',
@ -75,7 +75,7 @@ def tasks(queue, args):
'$id': event['id'], '$id': event['id'],
'$title': event['title'], '$title': event['title'],
'$subtitle': event['subtitle'], '$subtitle': event['subtitle'],
'$personnames': event['personnames'] '$person': event['personnames']
} }
)) ))

View file

@ -186,8 +186,8 @@
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
showgrid="false" showgrid="false"
inkscape:window-width="1855" inkscape:window-width="1295"
inkscape:window-height="1056" inkscape:window-height="744"
inkscape:window-x="65" inkscape:window-x="65"
inkscape:window-y="24" inkscape:window-y="24"
inkscape:window-maximized="1" inkscape:window-maximized="1"
@ -291,9 +291,9 @@
height="668.57141" height="668.57141"
width="1004.2857" width="1004.2857"
id="rect3047" /></flowRegion><flowPara id="rect3047" /></flowRegion><flowPara
id="flowPara3049"></flowPara></flowRoot> <g id="flowPara3049" /></flowRoot> <g
id="g3899" id="g3899"
transform="translate(-0.76811512,-147.79662)"> transform="translate(-0.76811512,90.20338)">
<path <path
style="fill:none;stroke:#000000;stroke-width:8.00613976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" style="fill:none;stroke:#000000;stroke-width:8.00613976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 36.771185,444.06175 633.839605,0 -633.839605,0 z" d="m 36.771185,444.06175 633.839605,0 -633.839605,0 z"

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB