FOSSGIS18: Edit Artwork

This commit is contained in:
Thorsten Fleck 2018-02-28 23:00:14 +01:00
parent aabee901d4
commit 46b93263dc
5 changed files with 30 additions and 26 deletions

View file

@ -165,6 +165,8 @@ def tasks(queue, args, idlist, skiplist):
print("skipping room %s (%s)" % (event['room'], event['title'])) print("skipping room %s (%s)" % (event['room'], event['title']))
continue continue
if event['id'] in idlist or not idlist:
# generate a task description and put them into the queue # generate a task description and put them into the queue
queue.put(Rendertask( queue.put(Rendertask(
infile = 'intro.svg', infile = 'intro.svg',
@ -178,6 +180,7 @@ def tasks(queue, args, idlist, skiplist):
} }
)) ))
if not 'outro' in skiplist:
# place a task for the outro into the queue # place a task for the outro into the queue
queue.put(Rendertask( queue.put(Rendertask(
infile = 'outro.svg', infile = 'outro.svg',
@ -185,6 +188,7 @@ def tasks(queue, args, idlist, skiplist):
sequence = outroFrames sequence = outroFrames
)) ))
if not 'pause' in skiplist:
# place the pause-sequence into the queue # place the pause-sequence into the queue
queue.put(Rendertask( queue.put(Rendertask(
infile = 'pause.svg', infile = 'pause.svg',

BIN
fossgis18/artwork/background.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View file

@ -235,7 +235,7 @@
x="77.218193" x="77.218193"
y="837.2262" y="837.2262"
id="tspan41" id="tspan41"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:48px;line-height:80.00000119%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';fill:#000000;fill-opacity:1;stroke:none">Gleich geht's weiter...</tspan></text> style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:48px;line-height:80.00000119%;font-family:'Droid Sans';-inkscape-font-specification:'Droid Sans Bold';fill:#f2f4f5;fill-opacity:1;stroke:none">Gleich geht's weiter...</tspan></text>
</g> </g>
</g> </g>
</g> </g>

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB