finetuning systemd-conf-15
This commit is contained in:
parent
56446fb137
commit
f762804d70
3 changed files with 86 additions and 52 deletions
|
@ -21,6 +21,7 @@ def introFrames(params):
|
||||||
('title', 'style', 'opacity', "%.4f" % 0),
|
('title', 'style', 'opacity', "%.4f" % 0),
|
||||||
('subtitle', 'style', 'opacity', "%.4f" % 0),
|
('subtitle', 'style', 'opacity', "%.4f" % 0),
|
||||||
('persons', 'style', 'opacity', "%.4f" % 0),
|
('persons', 'style', 'opacity', "%.4f" % 0),
|
||||||
|
('rect', 'style', 'opacity', "%.4f" % 0),
|
||||||
)
|
)
|
||||||
|
|
||||||
# 4 Sekunde Text Fadein
|
# 4 Sekunde Text Fadein
|
||||||
|
@ -33,6 +34,7 @@ def introFrames(params):
|
||||||
('subtitle', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 1*fps, i, 0, 1, 2*fps)),
|
('subtitle', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 1*fps, i, 0, 1, 2*fps)),
|
||||||
('subtitle', 'attr', 'transform', 'translate(%.4f, 0)' % easeDelay(easeOutQuad, 1*fps, i, -move, move, 2*fps)),
|
('subtitle', 'attr', 'transform', 'translate(%.4f, 0)' % easeDelay(easeOutQuad, 1*fps, i, -move, move, 2*fps)),
|
||||||
|
|
||||||
|
('rect', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 2*fps, i, 0, 1, 2*fps)),
|
||||||
('persons', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 2*fps, i, 0, 1, 2*fps)),
|
('persons', 'style', 'opacity', "%.4f" % easeDelay(easeLinear, 2*fps, i, 0, 1, 2*fps)),
|
||||||
('persons', 'attr', 'transform', 'translate(%.4f, 0)' % easeDelay(easeOutQuad, 2*fps, i, -move, move, 2*fps)),
|
('persons', 'attr', 'transform', 'translate(%.4f, 0)' % easeDelay(easeOutQuad, 2*fps, i, -move, move, 2*fps)),
|
||||||
)
|
)
|
||||||
|
@ -42,6 +44,17 @@ def introFrames(params):
|
||||||
for i in range(0, frames):
|
for i in range(0, frames):
|
||||||
yield tuple()
|
yield tuple()
|
||||||
|
|
||||||
|
# 1 Sekunde fadeout
|
||||||
|
frames = 1*fps
|
||||||
|
for i in range(0, frames):
|
||||||
|
yield (
|
||||||
|
('title', 'style', 'opacity', "%.4f" % easeLinear(i, 1, -1, frames)),
|
||||||
|
('subtitle', 'style', 'opacity', "%.4f" % easeLinear(i, 1, -1, frames)),
|
||||||
|
('persons', 'style', 'opacity', "%.4f" % easeLinear(i, 1, -1, frames)),
|
||||||
|
('rect', 'style', 'opacity', "%.4f" % easeLinear(i, 1, -1, frames)),
|
||||||
|
('logo', 'style', 'opacity', "%.4f" % easeLinear(i, 1, -1, frames)),
|
||||||
|
)
|
||||||
|
|
||||||
def outroFrames(params):
|
def outroFrames(params):
|
||||||
move=50
|
move=50
|
||||||
|
|
||||||
|
|
|
@ -25,14 +25,14 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1163"
|
inkscape:window-height="1014"
|
||||||
id="namedview3103"
|
id="namedview3103"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="0.942"
|
inkscape:zoom="0.66609459"
|
||||||
inkscape:cx="600.72273"
|
inkscape:cx="359.75303"
|
||||||
inkscape:cy="386.5622"
|
inkscape:cy="282.06238"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="0"
|
inkscape:window-y="27"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg3039" />
|
inkscape:current-layer="svg3039" />
|
||||||
<metadata
|
<metadata
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -62,6 +62,14 @@
|
||||||
id="path-effect5068"
|
id="path-effect5068"
|
||||||
is_visible="true" />
|
is_visible="true" />
|
||||||
</defs>
|
</defs>
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#222222;fill-opacity:1;stroke:#000000;stroke-width:0.97421455;stroke-opacity:1"
|
||||||
|
id="rect"
|
||||||
|
width="1279.0258"
|
||||||
|
height="189.02579"
|
||||||
|
x="0.48710728"
|
||||||
|
y="308.48712"
|
||||||
|
inkscape:label="#rect4157" />
|
||||||
<g
|
<g
|
||||||
id="title">
|
id="title">
|
||||||
<flowRoot
|
<flowRoot
|
||||||
|
@ -85,7 +93,7 @@
|
||||||
<g
|
<g
|
||||||
id="persons">
|
id="persons">
|
||||||
<flowRoot
|
<flowRoot
|
||||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;"
|
||||||
transform="translate(21.859209,72.186837)"
|
transform="translate(21.859209,72.186837)"
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="flowRoot4224"><flowRegion
|
id="flowRoot4224"><flowRegion
|
||||||
|
@ -94,44 +102,49 @@
|
||||||
x="26.12545"
|
x="26.12545"
|
||||||
height="197.42853"
|
height="197.42853"
|
||||||
width="765.46735"
|
width="765.46735"
|
||||||
id="rect4956" /></flowRegion><flowPara
|
id="rect4956"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;" /></flowRegion><flowPara
|
||||||
id="flowPara4958"
|
id="flowPara4958"
|
||||||
style="-inkscape-font-specification:'Source Sans Pro';font-family:'Source Sans Pro';font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">$personnames</flowPara></flowRoot> </g>
|
style="-inkscape-font-specification:'Source Sans Pro';font-family:'Source Sans Pro';font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;fill:#ffffff;fill-opacity:1;">$personnames</flowPara></flowRoot> </g>
|
||||||
|
<g
|
||||||
|
id="logo"
|
||||||
|
inkscape:label="#g4159">
|
||||||
<text
|
<text
|
||||||
xml:space="preserve"
|
sodipodi:linespacing="125%"
|
||||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
|
||||||
x="471.1196"
|
|
||||||
y="610.65521"
|
|
||||||
id="text3116"
|
id="text3116"
|
||||||
sodipodi:linespacing="125%"><tspan
|
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold'"
|
|
||||||
sodipodi:role="line"
|
|
||||||
x="471.1196"
|
|
||||||
y="610.65521"
|
y="610.65521"
|
||||||
id="tspan3120">systemd.conf 2015</tspan><tspan
|
x="611.11963"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold'"
|
|
||||||
sodipodi:role="line"
|
|
||||||
x="471.1196"
|
|
||||||
y="673.15521"
|
|
||||||
id="tspan3124" /></text>
|
|
||||||
<text
|
|
||||||
xml:space="preserve"
|
|
||||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
x="567.69849"
|
xml:space="preserve"><tspan
|
||||||
y="647.32062"
|
id="tspan3120"
|
||||||
id="text3276"
|
y="610.65521"
|
||||||
sodipodi:linespacing="125%"><tspan
|
x="611.11963"
|
||||||
sodipodi:role="line"
|
sodipodi:role="line"
|
||||||
id="tspan3278"
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold'">systemd.conf 2015</tspan><tspan
|
||||||
x="567.69849"
|
id="tspan3124"
|
||||||
|
y="673.15521"
|
||||||
|
x="611.11963"
|
||||||
|
sodipodi:role="line"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold'" /></text>
|
||||||
|
<text
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
id="text3276"
|
||||||
y="647.32062"
|
y="647.32062"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.5px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro'">november 5th - 7th</tspan></text>
|
x="744.24585"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
xml:space="preserve"><tspan
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.5px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro'"
|
||||||
|
y="647.32062"
|
||||||
|
x="744.24585"
|
||||||
|
id="tspan3278"
|
||||||
|
sodipodi:role="line">november 5th - 7th</tspan></text>
|
||||||
|
</g>
|
||||||
<g
|
<g
|
||||||
id="subtitle">
|
id="subtitle">
|
||||||
<flowRoot
|
<flowRoot
|
||||||
inkscape:label="#flowRoot3466"
|
inkscape:label="#flowRoot3466"
|
||||||
transform="translate(-3.3829785,0)"
|
transform="translate(-3.3829785,0)"
|
||||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#222222;fill-opacity:1;stroke:none;"
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="flowRoot4236"><flowRegion
|
id="flowRoot4236"><flowRegion
|
||||||
id="flowRegion3468"><rect
|
id="flowRegion3468"><rect
|
||||||
|
@ -139,7 +152,8 @@
|
||||||
x="52.016987"
|
x="52.016987"
|
||||||
height="144.37367"
|
height="144.37367"
|
||||||
width="757.96179"
|
width="757.96179"
|
||||||
id="rect3470" /></flowRegion><flowPara
|
id="rect3470"
|
||||||
style="font-size:32px;-inkscape-font-specification:'Source Sans Pro';font-family:'Source Sans Pro';font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal"
|
style="fill:#222222;fill-opacity:1;" /></flowRegion><flowPara
|
||||||
|
style="font-size:32px;-inkscape-font-specification:'Source Sans Pro';font-family:'Source Sans Pro';font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal;fill:#222222;fill-opacity:1;"
|
||||||
id="flowPara3472">$subtitle</flowPara></flowRoot> </g>
|
id="flowPara3472">$subtitle</flowPara></flowRoot> </g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 6.5 KiB |
|
@ -25,14 +25,14 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1163"
|
inkscape:window-height="1014"
|
||||||
id="namedview3103"
|
id="namedview3103"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="0.942"
|
inkscape:zoom="0.66609459"
|
||||||
inkscape:cx="638.93929"
|
inkscape:cx="352.43501"
|
||||||
inkscape:cy="386.5622"
|
inkscape:cy="336.57215"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="0"
|
inkscape:window-y="27"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg3039" />
|
inkscape:current-layer="svg3039" />
|
||||||
<metadata
|
<metadata
|
||||||
|
@ -62,43 +62,50 @@
|
||||||
id="path-effect5068"
|
id="path-effect5068"
|
||||||
is_visible="true" />
|
is_visible="true" />
|
||||||
</defs>
|
</defs>
|
||||||
|
<rect
|
||||||
|
style="opacity:1;fill:#222222;fill-opacity:1;stroke:#000000;stroke-width:0.61123663;stroke-opacity:1"
|
||||||
|
id="rect4157"
|
||||||
|
width="1279.3888"
|
||||||
|
height="74.388763"
|
||||||
|
x="0.30561832"
|
||||||
|
y="0.30561826" />
|
||||||
<text
|
<text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
x="471.1196"
|
x="372.95898"
|
||||||
y="610.65521"
|
y="610.65521"
|
||||||
id="text3116"
|
id="text3116"
|
||||||
sodipodi:linespacing="125%"><tspan
|
sodipodi:linespacing="125%"><tspan
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold'"
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold'"
|
||||||
sodipodi:role="line"
|
sodipodi:role="line"
|
||||||
x="471.1196"
|
x="372.95898"
|
||||||
y="610.65521"
|
y="610.65521"
|
||||||
id="tspan3120">systemd.conf 2015</tspan><tspan
|
id="tspan3120">systemd.conf 2015</tspan><tspan
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold'"
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:50px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold'"
|
||||||
sodipodi:role="line"
|
sodipodi:role="line"
|
||||||
x="471.1196"
|
x="372.95898"
|
||||||
y="673.15521"
|
y="673.15521"
|
||||||
id="tspan3124" /></text>
|
id="tspan3124" /></text>
|
||||||
<text
|
<text
|
||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
|
||||||
x="567.69849"
|
x="506.08521"
|
||||||
y="647.32062"
|
y="647.32062"
|
||||||
id="text3276"
|
id="text3276"
|
||||||
sodipodi:linespacing="125%"><tspan
|
sodipodi:linespacing="125%"><tspan
|
||||||
sodipodi:role="line"
|
sodipodi:role="line"
|
||||||
id="tspan3278"
|
id="tspan3278"
|
||||||
x="567.69849"
|
x="506.08521"
|
||||||
y="647.32062"
|
y="647.32062"
|
||||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.5px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro'">november 5th - 7th</tspan></text>
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.5px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro'">november 5th - 7th</tspan></text>
|
||||||
<g
|
<g
|
||||||
transform="translate(252.95966,-26.169402)"
|
id="license"
|
||||||
id="license">
|
inkscape:label="#g4211">
|
||||||
<g
|
<g
|
||||||
inkscape:export-ydpi="300.23013"
|
inkscape:export-ydpi="300.23013"
|
||||||
inkscape:export-xdpi="300.23013"
|
inkscape:export-xdpi="300.23013"
|
||||||
inkscape:export-filename="/mnt/hgfs/Bov/Documents/Work/2007/cc/identity/srr buttons/big/by-sa.png"
|
inkscape:export-filename="/mnt/hgfs/Bov/Documents/Work/2007/cc/identity/srr buttons/big/by-sa.png"
|
||||||
transform="matrix(1.9875614,0,0,1.9873388,-52.882878,140.22227)"
|
transform="matrix(1.9875614,0,0,1.9873388,164.61181,114.05287)"
|
||||||
id="g4528">
|
id="g4528">
|
||||||
<path
|
<path
|
||||||
style="fill:#aab2ab"
|
style="fill:#aab2ab"
|
||||||
|
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Add table
Reference in a new issue