FOSSGIS18: Edit Artwork
This commit is contained in:
parent
aabee901d4
commit
46b93263dc
5 changed files with 30 additions and 26 deletions
|
@ -165,6 +165,8 @@ def tasks(queue, args, idlist, skiplist):
|
|||
print("skipping room %s (%s)" % (event['room'], event['title']))
|
||||
continue
|
||||
|
||||
|
||||
if event['id'] in idlist or not idlist:
|
||||
# generate a task description and put them into the queue
|
||||
queue.put(Rendertask(
|
||||
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
|
||||
queue.put(Rendertask(
|
||||
infile = 'outro.svg',
|
||||
|
@ -185,6 +188,7 @@ def tasks(queue, args, idlist, skiplist):
|
|||
sequence = outroFrames
|
||||
))
|
||||
|
||||
if not 'pause' in skiplist:
|
||||
# place the pause-sequence into the queue
|
||||
queue.put(Rendertask(
|
||||
infile = 'pause.svg',
|
||||
|
|
BIN
fossgis18/artwork/background.png
Executable file
BIN
fossgis18/artwork/background.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
|
@ -235,7 +235,7 @@
|
|||
x="77.218193"
|
||||
y="837.2262"
|
||||
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>
|
||||
|
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Loading…
Add table
Reference in a new issue