subtitle and area resizing

This commit is contained in:
Dominik Bay 2018-05-26 15:42:59 +02:00
parent 0bfb29ebe2
commit 9b07038e17
2 changed files with 3 additions and 7 deletions

View file

@ -13,7 +13,6 @@ def introFrames(args):
yield (
('logotext', 'style', 'opacity', 0),
('title', 'style', 'opacity', 0),
('subtitle', 'style', 'opacity', 0),
('persons', 'style', 'opacity', 0),
('id', 'style', 'opacity', 0),
)
@ -22,7 +21,6 @@ def introFrames(args):
for i in range(0, frames):
yield(
('title', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
('subtitle', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
('persons', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
('id', 'style', 'opacity', easeInQuad(i, 0, 1, frames)),
)
@ -31,7 +29,6 @@ def introFrames(args):
for i in range(0, frames):
yield(
('title', 'style', 'opacity', 1),
('subtitle', 'style', 'opacity', 1),
('persons', 'style', 'opacity', 1),
('id', 'style', 'opacity', 1),
)
@ -81,7 +78,6 @@ def tasks(queue, args, idlist, skiplist):
parameters = {
'$id': event['id'],
'$title': event['title'],
'$subtitle': event['subtitle'],
'$persons': event['personnames']
}
))

View file

@ -225,8 +225,8 @@
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="1.16"
inkscape:cx="279.53996"
inkscape:zoom="0.71"
inkscape:cx="606.2641"
inkscape:cy="355.23766"
inkscape:document-units="px"
inkscape:current-layer="layer3"
@ -990,7 +990,7 @@
xml:space="preserve"
id="title"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:85.33333588px;line-height:0.01%;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="translate(-64.231592,187.54073)"><flowRegion
transform="matrix(6.1493991,0,0,3.0407169,-1010.0183,-917.22506)"><flowRegion
id="flowRegion6021"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:85.33333588px;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#ffffff"><rect
id="rect6023"

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB