ke1: Design fixes
This commit is contained in:
parent
8a5b8cd93d
commit
f6d33e9b37
2 changed files with 40 additions and 31 deletions
|
@ -55,21 +55,28 @@ def debug():
|
|||
|
||||
s1 = 'Lorem, Ipsum, Ad Dolor... '
|
||||
s2 = 'Lorem, Ipsum, Ad Dolor, Sit, Nomen, Est, Omen, Urbi et Orbi... '
|
||||
render(
|
||||
'intro.svg',
|
||||
'../intro.ts',
|
||||
introFrames,
|
||||
{
|
||||
'$title': s1,
|
||||
'$personnames': s2
|
||||
# render(
|
||||
# 'intro.svg',
|
||||
# '../intro.ts',
|
||||
# introFrames,
|
||||
# {
|
||||
# '$title': s1,
|
||||
# '$personnames': s2
|
||||
#
|
||||
# }
|
||||
# )
|
||||
#
|
||||
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
def tasks(queue, args, _id, skip):
|
||||
def tasks(queue, args, idlist, skip):
|
||||
# iterate over all events extracted from the schedule xml-export
|
||||
for event in events(scheduleUrl):
|
||||
if not (idlist==[]):
|
||||
if 000000 in idlist:
|
||||
print("skipping id (%s [%s])" % (event['title'], event['id']))
|
||||
continue
|
||||
if int(event['id']) not in idlist:
|
||||
print("skipping id (%s [%s])" % (event['title'], event['id']))
|
||||
continue
|
||||
# generate a task description and put them into the queue
|
||||
projectname = event['title']
|
||||
queue.put(Rendertask(
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
id="namedview817"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.26350776"
|
||||
inkscape:cx="175.42298"
|
||||
inkscape:cx="-526.64363"
|
||||
inkscape:cy="-244.61169"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
|
@ -76,33 +76,35 @@
|
|||
id="flowPara865" /></flowRoot> <flowRoot
|
||||
xml:space="preserve"
|
||||
id="personnames"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Umpush;-inkscape-font-specification:Umpush;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Umpush;-inkscape-font-specification:Umpush;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;text-anchor:middle;text-align:center;"
|
||||
transform="translate(0,-52)"
|
||||
inkscape:label="#personnames"><flowRegion
|
||||
id="flowRegion869"><rect
|
||||
id="flowRegion869"
|
||||
style="text-anchor:middle;text-align:center;"><rect
|
||||
id="rect871"
|
||||
width="1856.3834"
|
||||
height="251.7433"
|
||||
x="33.542976"
|
||||
y="646.62476" /></flowRegion><flowPara
|
||||
style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:49.33333206px;line-height:100%;font-family:Umpush;-inkscape-font-specification:'Umpush Light';fill:#ffffff"
|
||||
width="1867.7683"
|
||||
height="217.58875"
|
||||
x="29.748022"
|
||||
y="692.16418"
|
||||
style="text-align:center;text-anchor:middle" /></flowRegion><flowPara
|
||||
style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:45.33333333px;line-height:100%;font-family:Roboto;-inkscape-font-specification:'Roboto Light';fill:#ffffff;text-anchor:middle;text-align:center;writing-mode:lr;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal"
|
||||
id="flowPara944">$personnames</flowPara><flowPara
|
||||
style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:49.33333206px;line-height:100%;font-family:Umpush;-inkscape-font-specification:'Umpush Light';fill:#ffffff"
|
||||
style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:49.33333206px;line-height:100%;font-family:Umpush;-inkscape-font-specification:'Umpush Light';fill:#ffffff;text-anchor:middle;text-align:center;"
|
||||
id="flowPara940" /></flowRoot> <flowRoot
|
||||
xml:space="preserve"
|
||||
id="title"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:94.66666412px;line-height:100%;font-family:Umpush;-inkscape-font-specification:Umpush;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
transform="translate(0,-20)"><flowRegion
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:94.66666412px;line-height:1;font-family:Umpush;-inkscape-font-specification:Umpush;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
transform="translate(0,-6)"><flowRegion
|
||||
id="flowRegion899"
|
||||
style="font-size:94.66666412px;line-height:100%"><rect
|
||||
style="font-size:94.66666412px;line-height:1;text-align:center;text-anchor:middle"><rect
|
||||
id="rect901"
|
||||
width="1857.6304"
|
||||
height="288.4165"
|
||||
x="30.359636"
|
||||
y="326.70151"
|
||||
style="font-size:94.66666412px;line-height:100%" /></flowRegion><flowPara
|
||||
style="fill:#ffffff"
|
||||
id="flowPara950">$title</flowPara></flowRoot> <rect
|
||||
width="1781.7313"
|
||||
height="303.59641"
|
||||
x="75.899094"
|
||||
y="334.29141"
|
||||
style="font-size:94.66666412px;line-height:1;text-align:center;text-anchor:middle" /></flowRegion><flowPara
|
||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:97.33333333px;line-height:1;font-family:Roboto;-inkscape-font-specification:'Roboto, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff"
|
||||
id="flowPara8310">$title</flowPara></flowRoot> <rect
|
||||
style="opacity:0;fill:#000000;fill-opacity:0.97402595;stroke:#000000;stroke-width:1.90487492;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="black"
|
||||
width="1919.9951"
|
||||
|
|
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 161 KiB |
Loading…
Add table
Reference in a new issue