add preminary minilac design
This commit is contained in:
parent
0f724d2daf
commit
bae6bf5df4
5 changed files with 1116 additions and 0 deletions
57
minilac16/__init__.py
Normal file
57
minilac16/__init__.py
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
#!/usr/bin/python3
|
||||||
|
|
||||||
|
from renderlib import *
|
||||||
|
from easing import *
|
||||||
|
|
||||||
|
def introFrames(p):
|
||||||
|
move=50
|
||||||
|
|
||||||
|
# 4 Sekunden stehen lassen
|
||||||
|
frames = 2*fps
|
||||||
|
for i in range(0, frames):
|
||||||
|
yield (
|
||||||
|
('text', 'style', 'opacity', "%.4f" % 100),
|
||||||
|
('text', 'attr', 'transform', 'translate(%.4f, 0)' % 0),
|
||||||
|
)
|
||||||
|
|
||||||
|
# 3 Sekunde Text Fadeout
|
||||||
|
frames = 3*fps
|
||||||
|
for i in range(0, frames):
|
||||||
|
yield (
|
||||||
|
('text', 'style', 'opacity', "%.4f" % easeLinear(i, 1, -1, frames)),
|
||||||
|
('text', 'attr', 'transform', 'translate(%.4f, 0)' % easeInQuad(i, 0, move, frames)),
|
||||||
|
)
|
||||||
|
|
||||||
|
# two final frames
|
||||||
|
for i in range(0, 2):
|
||||||
|
yield (
|
||||||
|
('text', 'style', 'opacity', "%.4f" % 0),
|
||||||
|
('text', 'attr', 'transform', 'translate(%.4f, 0)' % move),
|
||||||
|
)
|
||||||
|
|
||||||
|
def outroFrames(p):
|
||||||
|
# 5 Sekunden stehen bleiben
|
||||||
|
frames = 5*fps
|
||||||
|
for i in range(0, frames):
|
||||||
|
yield []
|
||||||
|
|
||||||
|
def debug():
|
||||||
|
render(
|
||||||
|
'intro.svg',
|
||||||
|
'../intro.ts',
|
||||||
|
introFrames,
|
||||||
|
{
|
||||||
|
'$id': 2,
|
||||||
|
'$title': 'Essential Aspects on Mixing',
|
||||||
|
'$person': 'Jimson Drift'
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
# render(
|
||||||
|
# 'outro.svg',
|
||||||
|
# '../outro.ts',
|
||||||
|
# outroFrames
|
||||||
|
# )
|
||||||
|
|
||||||
|
def tasks(queue, args):
|
||||||
|
raise NotImplementedError('call with --debug to render your intro/outro')
|
327
minilac16/artwork/intro.svg
Normal file
327
minilac16/artwork/intro.svg
Normal file
|
@ -0,0 +1,327 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="1920"
|
||||||
|
height="1080"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="intro.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809" />
|
||||||
|
<stop
|
||||||
|
id="stop3815"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0.78431374;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0.78431374;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807"
|
||||||
|
id="linearGradient3813"
|
||||||
|
x1="650"
|
||||||
|
y1="595.07648"
|
||||||
|
x2="1230"
|
||||||
|
y2="595.07648"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,0.99744172,-74.949237,-22.857439)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807"
|
||||||
|
id="linearGradient3819"
|
||||||
|
x1="575.05078"
|
||||||
|
y1="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y2="570.69666"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
spreadMethod="reflect" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807-2"
|
||||||
|
id="linearGradient3819-8"
|
||||||
|
x1="575.05078"
|
||||||
|
y1="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y2="570.69666"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
spreadMethod="reflect" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807-2">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809-5" />
|
||||||
|
<stop
|
||||||
|
id="stop3815-1"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811-1" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientTransform="matrix(2.3933139,0,0,1,-1291.5105,359.35582)"
|
||||||
|
y2="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y1="570.69666"
|
||||||
|
x1="575.05078"
|
||||||
|
spreadMethod="reflect"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4017-1"
|
||||||
|
xlink:href="#linearGradient3807-2-2"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807-2-2">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809-5-5" />
|
||||||
|
<stop
|
||||||
|
id="stop3815-1-7"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811-1-0" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
y2="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y1="570.69666"
|
||||||
|
x1="575.05078"
|
||||||
|
spreadMethod="reflect"
|
||||||
|
gradientTransform="matrix(2.3933139,0,0,1,-842.013,2.87365)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4510"
|
||||||
|
xlink:href="#linearGradient3807-2-2"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<filter
|
||||||
|
id="filter4858"
|
||||||
|
inkscape:label="Drop Shadow"
|
||||||
|
width="1.2"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feFlood
|
||||||
|
id="feFlood4860"
|
||||||
|
flood-opacity="0.29666666666666669"
|
||||||
|
flood-color="rgb(255,255,255)"
|
||||||
|
result="flood" />
|
||||||
|
<feComposite
|
||||||
|
id="feComposite4862"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
in="flood"
|
||||||
|
operator="in"
|
||||||
|
result="composite1" />
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur4864"
|
||||||
|
stdDeviation="2"
|
||||||
|
result="blur" />
|
||||||
|
<feOffset
|
||||||
|
id="feOffset4866"
|
||||||
|
dx="2"
|
||||||
|
dy="2.2000000000000002"
|
||||||
|
result="offset" />
|
||||||
|
<feComposite
|
||||||
|
id="feComposite4868"
|
||||||
|
in2="offset"
|
||||||
|
in="SourceGraphic"
|
||||||
|
operator="over"
|
||||||
|
result="composite2"
|
||||||
|
dy="0" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="576.9375"
|
||||||
|
x2="989.08734"
|
||||||
|
y1="576.9375"
|
||||||
|
x1="781.76086"
|
||||||
|
id="linearGradient3922"
|
||||||
|
xlink:href="#linearGradient3916"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3916">
|
||||||
|
<stop
|
||||||
|
id="stop3918"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#000000;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.64313725;"
|
||||||
|
offset="0.5"
|
||||||
|
id="stop3928" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.28682169;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3924" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.49497475"
|
||||||
|
inkscape:cx="700.99831"
|
||||||
|
inkscape:cy="626.11187"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1855"
|
||||||
|
inkscape:window-height="1056"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
inkscape:snap-global="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-paths="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:snap-bbox-midpoints="true"
|
||||||
|
inkscape:object-paths="false"
|
||||||
|
inkscape:snap-to-guides="true">
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,0"
|
||||||
|
id="guide3017" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,1080"
|
||||||
|
id="guide3019" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="0,0"
|
||||||
|
id="guide3021" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="1920,1337.442"
|
||||||
|
id="guide3023" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,25"
|
||||||
|
id="guide3025" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,1048"
|
||||||
|
id="guide3027" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="32,0"
|
||||||
|
id="guide3029" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="1888,0"
|
||||||
|
id="guide3031" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="960,1080"
|
||||||
|
id="guide3819" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="660,454.28571"
|
||||||
|
id="guide3821" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1">
|
||||||
|
<flowRoot
|
||||||
|
xml:space="preserve"
|
||||||
|
id="text"
|
||||||
|
style="font-size:64px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch"
|
||||||
|
transform="translate(0,103.63782)"
|
||||||
|
inkscape:label="#flowRoot3029"><flowRegion
|
||||||
|
id="flowRegion3031"><rect
|
||||||
|
ry="0"
|
||||||
|
id="rect3033"
|
||||||
|
width="1855.1428"
|
||||||
|
height="411.36218"
|
||||||
|
x="32.857143"
|
||||||
|
y="540"
|
||||||
|
style="font-size:64px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch" /></flowRegion><flowPara
|
||||||
|
style="font-size:32px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Lato;-inkscape-font-specification:Lato Heavy"
|
||||||
|
id="flowPara4714">$id</flowPara><flowPara
|
||||||
|
style="font-size:72px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Lato;-inkscape-font-specification:Lato Heavy"
|
||||||
|
id="flowPara4718">$title</flowPara><flowPara
|
||||||
|
id="flowPara3039"
|
||||||
|
style="font-size:48px;font-style:italic;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Lato;-inkscape-font-specification:Lato Heavy Italic">$person</flowPara><flowPara
|
||||||
|
id="flowPara4762"
|
||||||
|
style="font-size:54.40000153px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Lato;-inkscape-font-specification:Lato Heavy" /><flowPara
|
||||||
|
style="font-size:54.40000153px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Lato;-inkscape-font-specification:Lato Heavy"
|
||||||
|
id="flowPara4730" /></flowRoot> <flowRoot
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Umpush;-inkscape-font-specification:Umpush"
|
||||||
|
id="flowRoot3043"
|
||||||
|
xml:space="preserve"><flowRegion
|
||||||
|
id="flowRegion3045"><rect
|
||||||
|
y="528.57141"
|
||||||
|
x="-187.14285"
|
||||||
|
height="668.57141"
|
||||||
|
width="1004.2857"
|
||||||
|
id="rect3047" /></flowRegion><flowPara
|
||||||
|
id="flowPara3049"></flowPara></flowRoot> <g
|
||||||
|
id="g3899"
|
||||||
|
transform="translate(-0.76811512,-147.79662)">
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:8.00613976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 36.771185,444.06175 633.839605,0 -633.839605,0 z"
|
||||||
|
id="path3936"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="sssssscssssssssssscssscsscsssssssscsssssssssssssssss"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3140"
|
||||||
|
d="m 38.871866,429.8531 c 5.42819,-10.64012 5.621663,-12.88274 2.743245,-31.79693 -4.445491,-29.21142 -3.580881,-63.35227 2.125859,-83.94333 2.681214,-9.6744 9.428939,-34.02951 14.994928,-54.12247 15.302592,-55.24158 22.75908,-63.58839 61.001802,-68.28558 11.16281,-1.37109 25.47148,-3.13004 31.79701,-3.9088 6.3256,-0.77876 11.4831,-0.37999 11.46131,0.88615 -0.0217,1.26615 -6.26503,5.34647 -13.87381,9.06739 -16.63512,8.1351 -33.18663,28.41343 -26.59452,32.58258 2.18644,1.38278 10.97747,2.53279 19.53558,2.55558 22.40638,0.0597 21.07708,4.73913 -2.70614,9.52586 -4.83722,0.97355 -8.79489,2.35529 -8.79489,3.0705 0,0.71521 4.14625,6.73063 9.21395,13.36759 11.41748,14.95291 16.31973,34.1464 13.97111,54.6995 -0.97068,8.49496 -6.59534,35.01315 -12.49914,58.92933 -5.90377,23.91618 -11.02774,48.26013 -11.38657,54.09767 -0.6252,10.17053 1.62092,12.09299 10.69687,13.72028 5.20937,0.93396 -18.30852,0.45005 -49.966556,0.646 l -57.560123,0.35619 z m 48.424058,4.64407 c 2.668307,-3.21516 6.96409,-3.73484 19.950726,-2.41352 l 16.55029,1.68389 11.7217,-48.74255 c 20.23208,-84.13132 20.21821,-101.6759 -0.10071,-126.83594 l -11.1987,-13.86694 -10.69941,3.77494 c -19.563701,6.90249 -27.436269,4.2883 -29.378935,-9.75567 -1.398664,-10.11131 -13.344471,-9.50449 -16.105158,0.81809 -1.70728,6.38376 -1.047298,7.95632 4.171944,9.94067 3.410032,1.29649 6.764733,3.97274 7.454897,5.94721 0.690157,1.97447 0.42436,23.07404 -0.590648,46.88793 -1.703639,39.96998 -2.621719,45.68997 -11.94444,74.41839 -5.554431,17.11623 -10.771591,38.12252 -11.593688,46.6806 l -1.494724,15.56026 14.928182,0 c 10.029956,0 16.043938,-1.34445 18.328674,-4.09736 z M 209.03982,220.66621 c 0,-3.76786 -2.49633,-14.26092 -5.54741,-23.3179 -6.41033,-19.02862 -5.44903,-24.26576 1.33978,-7.299 4.84928,12.11959 8.86627,37.46757 5.93766,37.46757 -0.95152,0 -1.73003,-3.08279 -1.73003,-6.85067 z m -47.16393,-5.52017 c -0.99528,-3.96586 -1.28784,-7.73255 -0.64995,-8.37042 0.63788,-0.63787 1.97415,2.08502 2.9695,6.05089 0.99541,3.96586 1.28784,7.73254 0.64995,8.37041 -0.63781,0.63787 -1.97415,-2.08502 -2.9695,-6.05088 z m 22.80876,0.36946 c 0,-3.62403 -1.29435,-10.01725 -2.87634,-14.20715 -1.80414,-4.77816 -1.86196,-6.60922 -0.15519,-4.91188 3.7963,3.77525 8.44593,25.70817 5.44998,25.70817 -1.33014,0 -2.41845,-2.96512 -2.41845,-6.58914 z"
|
||||||
|
style="fill:#000000" />
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Umpush;-inkscape-font-specification:Umpush"
|
||||||
|
x="157.98256"
|
||||||
|
y="380.51904"
|
||||||
|
id="text3035"
|
||||||
|
sodipodi:linespacing="125%"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3037"
|
||||||
|
x="157.98256"
|
||||||
|
y="380.51904"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Lato;-inkscape-font-specification:Lato Heavy">miniLAC edition 2016</tspan><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="157.98256"
|
||||||
|
y="430.51904"
|
||||||
|
id="tspan3039"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Lato;-inkscape-font-specification:Lato Heavy">April 8th-10th, c-base Berlin</tspan></text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 14 KiB |
101
minilac16/artwork/linuxaudio.svg
Normal file
101
minilac16/artwork/linuxaudio.svg
Normal file
|
@ -0,0 +1,101 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="287.04709"
|
||||||
|
height="417.92252"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="New document 1">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3916">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3918" />
|
||||||
|
<stop
|
||||||
|
id="stop3928"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#000000;stop-opacity:0.64313725;" />
|
||||||
|
<stop
|
||||||
|
id="stop3924"
|
||||||
|
offset="1"
|
||||||
|
style="stop-color:#000000;stop-opacity:0.28682169;" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3916"
|
||||||
|
id="linearGradient3922"
|
||||||
|
x1="781.76086"
|
||||||
|
y1="576.9375"
|
||||||
|
x2="989.08734"
|
||||||
|
y2="576.9375"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.7"
|
||||||
|
inkscape:cx="644.23374"
|
||||||
|
inkscape:cy="36.429751"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
fit-margin-top="0"
|
||||||
|
fit-margin-left="0"
|
||||||
|
fit-margin-right="0"
|
||||||
|
fit-margin-bottom="0"
|
||||||
|
inkscape:window-width="1855"
|
||||||
|
inkscape:window-height="1056"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(-18.528189,-27.43553)">
|
||||||
|
<g
|
||||||
|
id="g3974"
|
||||||
|
transform="translate(-815.71429,-215.71429)">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="sssssscssssssssssscssscsscsssssssscsssssssssssssssss"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3140"
|
||||||
|
d="m 844.50095,634.53306 c 8.49609,-16.65371 8.79891,-20.16379 4.29367,-49.76793 -6.95799,-45.72111 -5.60472,-99.15766 3.32735,-131.38636 4.19658,-15.14216 14.75798,-53.26228 23.46975,-84.71137 23.9513,-86.46297 35.62204,-99.52722 95.47876,-106.87917 17.4718,-2.14599 39.86742,-4.89907 49.76802,-6.11797 9.9007,-1.2189 17.9731,-0.59475 17.939,1.38699 -0.034,1.98175 -9.8059,8.36818 -21.715,14.19209 -26.03694,12.73289 -51.94303,44.47211 -41.62519,50.99757 3.42217,2.16431 17.18171,3.96428 30.57669,3.99995 35.07,0.0934 32.9894,7.41758 -4.2356,14.90968 -7.57112,1.52378 -13.76558,3.68644 -13.76558,4.80588 0,1.11943 6.48963,10.53464 14.42148,20.92267 17.8704,23.40399 25.5433,53.44524 21.8673,85.61452 -1.5193,13.29614 -10.3229,54.80186 -19.5634,92.23497 -9.24046,37.4331 -17.26039,75.53573 -17.82203,84.67252 -0.97854,15.91873 2.53703,18.92775 16.74253,21.47471 8.1536,1.46186 -28.65612,0.70443 -78.20662,1.01108 l -90.09191,0.55757 z m 75.79233,7.26874 c 4.17638,-5.03224 10.90005,-5.84562 31.22647,-3.77756 l 25.90417,2.63554 18.34656,-76.29078 c 31.66682,-131.68059 31.64512,-159.14101 -0.15764,-198.52098 l -17.52797,-21.70425 -16.74649,5.90846 c -30.6207,10.80364 -42.94268,6.71196 -45.9833,-15.26937 -2.18916,-15.82601 -20.88649,-14.87624 -25.20746,1.28046 -2.6722,9.99172 -1.63921,12.45306 6.52984,15.55892 5.33731,2.02924 10.58802,6.21805 11.66825,9.30845 1.08022,3.09041 0.6642,36.11502 -0.92447,73.38802 -2.6665,62.56018 -4.10346,71.51299 -18.69519,116.47812 -8.69368,26.78996 -16.85947,59.66857 -18.1462,73.06355 l -2.33951,24.35451 23.36528,0 c 15.69868,0 25.11164,-2.10425 28.68766,-6.41309 z M 1110.8443,307.11805 c 0,-5.89738 -3.9072,-22.3209 -8.6827,-36.49669 -10.0333,-29.78321 -8.5287,-37.98026 2.097,-11.42425 7.59,18.96934 13.8773,58.64347 9.2935,58.64347 -1.4893,0 -2.7078,-4.82513 -2.7078,-10.72253 z m -73.82,-8.64006 c -1.5578,-6.20728 -2.0157,-12.10282 -1.0173,-13.10121 0.9984,-0.99838 3.0899,3.26344 4.6478,9.47073 1.558,6.20728 2.0157,12.10282 1.0173,13.1012 -0.9983,0.99838 -3.0899,-3.26344 -4.6478,-9.47072 z m 35.6998,0.57828 c 0,-5.67226 -2.0259,-15.67879 -4.502,-22.23674 -2.8238,-7.47868 -2.9143,-10.34461 -0.2429,-7.68797 5.9419,5.90894 13.2194,40.23789 8.5302,40.23789 -2.0819,0 -3.7853,-4.64094 -3.7853,-10.31318 z"
|
||||||
|
style="fill:#000000" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3936"
|
||||||
|
d="m 839.75955,655.64272 275.77185,0"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:10.86231995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.2 KiB |
307
minilac16/artwork/outro.svg
Normal file
307
minilac16/artwork/outro.svg
Normal file
|
@ -0,0 +1,307 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="1920"
|
||||||
|
height="1080"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.5 r10040"
|
||||||
|
sodipodi:docname="outro.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809" />
|
||||||
|
<stop
|
||||||
|
id="stop3815"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0.78431374;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0.78431374;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807"
|
||||||
|
id="linearGradient3813"
|
||||||
|
x1="650"
|
||||||
|
y1="595.07648"
|
||||||
|
x2="1230"
|
||||||
|
y2="595.07648"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,0.99744172,-74.949237,-22.857439)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807"
|
||||||
|
id="linearGradient3819"
|
||||||
|
x1="575.05078"
|
||||||
|
y1="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y2="570.69666"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
spreadMethod="reflect" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807-2"
|
||||||
|
id="linearGradient3819-8"
|
||||||
|
x1="575.05078"
|
||||||
|
y1="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y2="570.69666"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
spreadMethod="reflect" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807-2">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809-5" />
|
||||||
|
<stop
|
||||||
|
id="stop3815-1"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811-1" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientTransform="matrix(2.3933139,0,0,1,-1291.5105,359.35582)"
|
||||||
|
y2="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y1="570.69666"
|
||||||
|
x1="575.05078"
|
||||||
|
spreadMethod="reflect"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4017-1"
|
||||||
|
xlink:href="#linearGradient3807-2-2"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807-2-2">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809-5-5" />
|
||||||
|
<stop
|
||||||
|
id="stop3815-1-7"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811-1-0" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
y2="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y1="570.69666"
|
||||||
|
x1="575.05078"
|
||||||
|
spreadMethod="reflect"
|
||||||
|
gradientTransform="matrix(2.3933139,0,0,1,-842.013,2.87365)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4510"
|
||||||
|
xlink:href="#linearGradient3807-2-2"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<filter
|
||||||
|
id="filter4858"
|
||||||
|
inkscape:label="Drop Shadow"
|
||||||
|
width="1.2"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feFlood
|
||||||
|
id="feFlood4860"
|
||||||
|
flood-opacity="0.29666666666666669"
|
||||||
|
flood-color="rgb(255,255,255)"
|
||||||
|
result="flood" />
|
||||||
|
<feComposite
|
||||||
|
id="feComposite4862"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
in="flood"
|
||||||
|
operator="in"
|
||||||
|
result="composite1" />
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur4864"
|
||||||
|
stdDeviation="2"
|
||||||
|
result="blur" />
|
||||||
|
<feOffset
|
||||||
|
id="feOffset4866"
|
||||||
|
dx="2"
|
||||||
|
dy="2.2000000000000002"
|
||||||
|
result="offset" />
|
||||||
|
<feComposite
|
||||||
|
id="feComposite4868"
|
||||||
|
in2="offset"
|
||||||
|
in="SourceGraphic"
|
||||||
|
operator="over"
|
||||||
|
result="composite2"
|
||||||
|
dy="0" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.7"
|
||||||
|
inkscape:cx="729.24274"
|
||||||
|
inkscape:cy="474.7336"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="993"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="27"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
inkscape:snap-global="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-paths="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:snap-bbox-midpoints="true"
|
||||||
|
inkscape:object-paths="false"
|
||||||
|
inkscape:snap-to-guides="true">
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,0"
|
||||||
|
id="guide3017" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,1080"
|
||||||
|
id="guide3019" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="0,0"
|
||||||
|
id="guide3021" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="1920,1337.442"
|
||||||
|
id="guide3023" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,25"
|
||||||
|
id="guide3025" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,1048"
|
||||||
|
id="guide3027" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="32,0"
|
||||||
|
id="guide3029" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="1888,0"
|
||||||
|
id="guide3031" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="960,1080"
|
||||||
|
id="guide3819" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,540"
|
||||||
|
id="guide3821" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,27.63782)">
|
||||||
|
<rect
|
||||||
|
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="rect3797"
|
||||||
|
width="1920"
|
||||||
|
height="1080"
|
||||||
|
x="0"
|
||||||
|
y="-27.637817" />
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch"
|
||||||
|
x="959.01093"
|
||||||
|
y="742.61218"
|
||||||
|
id="text3893"
|
||||||
|
sodipodi:linespacing="125%"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3895"
|
||||||
|
x="959.01093"
|
||||||
|
y="742.61218"
|
||||||
|
style="text-align:center;text-anchor:middle;fill:#a5a5a5;fill-opacity:1;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor;font-weight:normal;font-style:normal;font-stretch:normal;font-variant:normal">More Recordings available on <tspan
|
||||||
|
style="font-weight:bold;-inkscape-font-specification:TeX Gyre Adventor Bold"
|
||||||
|
id="tspan3028">media.ccc.de</tspan></tspan></text>
|
||||||
|
<g
|
||||||
|
id="g3899"
|
||||||
|
transform="translate(632.47209,157.2726)"
|
||||||
|
style="fill:#ffffff;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
id="path3901"
|
||||||
|
d="m 294.407,7.95792 c 6.213,1.027 19.117,20.42198 17.554,56.04198 -4.3,2.287 -9.289,0.945 -12.547,0.894 -10.184,-2.682 -0.678,-29.555 -14.953,-39.546 C 263.79,10.8809 119.447,14.4069 45.5808,21.1209 13.592,24.0289 17.478,87.0639 16.8569,120.43 c -0.5169,27.768 0.4448,58.119 11.4189,88.93 9.4468,26.524 44.2989,17.409 75.9712,18.571 56.978,0 160.981,1.883 173.53,-3.125 9.092,-3.629 12.796,-16.972 14.709,-25.575 3.351,-15.069 -0.168,-25.607 11.822,-25.324 6.313,0.149 7.555,5.857 6.592,16.772 -1.001,11.346 -4.393,26.441 -9.128,44.005 -3.421,12.688 -27.012,10.129 -42.628,10.129 C 180.218,242.704 100.45,245.236 24.0554,243.125 1.9155,242.514 1.46946,137.911 0.285625,118.923 -1.10525,96.6069 2.51438,7.01993 21.3615,6.01993 35.3674,5.27692 113.628,0.0309143 159.959,0.0189209 205.016,0.00692749 252.988,1.11093 294.407,7.95792"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path3903"
|
||||||
|
d="m 223.69,24.0759 c 5.487,15.616 -8.019,40.096 12.24,48.537 73.438,12.662 159.117,-14.772 221.582,23.635 16.882,16.4601 29.544,35.4531 37.563,55.7121 l 0,-9.285 c -9.285,-25.746 -28.278,-47.6931 -46.427,-70.0621 5.065,-6.753 10.974,1.266 16.038,3.376 18.571,23.213 37.563,46.8491 44.739,74.7051 1.265,1.688 3.798,5.065 5.908,2.11 l 2.955,-2.954 c -6.331,-29.966 -25.324,-54.4461 -41.362,-80.1921 7.175,-4.643 14.35,3.377 20.259,8.019 12.24,20.259 25.746,40.5181 30.388,64.1531 3.376,2.532 7.597,-2.11 9.285,-5.065 -2.532,-18.571 -8.864,-35.031 -16.461,-50.6471 1.266,-2.11 1.266,-5.065 4.221,-5.065 18.149,9.707 17.727,30.8111 24.057,47.2711 5.909,-0.422 8.863,-18.993 16.46,-8.019 2.532,6.753 -10.129,17.305 2.955,18.149 -6.331,30.388 -39.674,54.024 -68.796,60.777 -15.194,3.376 -35.453,8.018 -46.849,-3.798 2.11,-5.487 9.707,-6.331 15.194,-7.175 33.765,-1.266 65.842,-13.506 86.101,-40.518 l -0.844,-0.844 c -32.077,21.525 -71.75,42.206 -111.424,26.168 -3.376,-0.844 -5.065,-5.487 -2.954,-8.019 0.844,-2.532 -1.688,-3.798 -2.955,-4.221 -67.108,2.954 -137.596,-6.324 -202.593,4.227 -7.13,1.158 -7.934,7.746 -9.284,13.082 -3.414,13.511 5.21,32.647 -2.824,39.846 0,0 -5.936,1.741 -10.256,-0.177 -1.011,-5.609 -4.227,-37.144 2.948,-54.026 9.077,-21.357 89.954,-14.153 113.334,-14.626 42.722,-0.863 92.638,-2.254 132.734,0.701 -11.396,-11.396 -29.122,-11.818 -46.427,-11.396 -54.868,-0.844 -140.604,-0.559 -175.376,-2.466 -51.431,-2.822 -69.842,48.893 -102.341,82.658 l -15.194,0 c 20.259,-28.277 42.097,-60.522 70.062,-85.256 4.509,-3.988 7.645,-4.615 15.194,-6.752 21.025,-5.953 224.959,0.844 224.959,0.844 9.285,2.11 19.415,3.376 28.278,7.174 -5.065,-13.084 -21.525,-16.46 -34.609,-18.147 -73.017,-2.11 -146.877,-0.422 -218.628,-5.065 -19.415,-5.909 -29.544,-29.9661 -44.739,-44.7391 l -32.499,-41.362 16.46,0.844 c 21.103,24.479 35.575,54.506 62.887,73.8601 6.02,4.266 134.602,3.027 202.584,2.954 10.96,-0.012 33.77,7.175 48.542,15.195 2.532,-3.376 -1.688,-6.331 -4.221,-8.863 -30.811,-29.5441 -94.362,-20.3431 -117.328,-20.2641 -40.285,0.14 -88.233,8.522 -121.559,-12.235 -8.141,-5.071 -6.752,-35.875 -2.953,-52.758 l 10.973,0"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path3905"
|
||||||
|
d="m 575.267,153.649 c -7.175,30.389 -29.544,57.822 -57.823,73.017 -17.727,3.799 -40.518,15.616 -54.868,-2.11 9.708,-8.863 27.434,-2.954 38.83,-10.13 29.544,-8.441 53.858,-34.474 68.796,-60.777 1.91,-1.321 3.195,-2.823 5.065,0"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path3907"
|
||||||
|
d="m 584.142,179.84 c -5.065,26.168 -17.727,53.602 -44.739,66.686 -11.818,5.487 -30.388,11.818 -41.362,2.11 l 0,-4.221 c 41.784,1.688 62.887,-42.206 79.77,-71.75 4.643,-0.422 5.065,3.798 6.331,7.175"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path3909"
|
||||||
|
d="m 611.567,280.265 c 19.879,4.224 39.249,-15.615 43.47,10.131 -16.883,8.863 -39.674,6.331 -57.4,1.266 -3.799,7.597 1.688,16.038 0,25.324 -2.532,24.902 -11.818,48.537 -33.765,63.731 -6.357,3.3 -7.677,5.247 -11.431,5.909 1.138,-5.702 1.527,-10.353 2.5,-13.899 4.346,-2.92 23.503,-15.22 24.125,-31.684 9.707,-34.609 -0.844,-68.796 -24.058,-94.12 l 15.194,-13.928 c 8.863,17.726 18.896,42.495 41.364,47.269"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
id="path3911"
|
||||||
|
d="m 542.769,257.054 c 24.479,47.271 1.688,102.561 -4.221,151.098 2.532,18.149 5.065,36.719 20.259,49.381 -1.688,4.221 0.844,14.772 -5.909,12.24 -21.525,-11.396 -28.7,-34.187 -28.278,-57.822 -0.844,-41.784 21.525,-75.127 16.038,-117.333 L 536.86,286.6 c -17.305,18.57 -36.719,41.784 -35.453,70.905 l -11.396,2.11 c -12.662,-40.518 31.655,-63.743 37.564,-100.04 0,0 9.707,-3.786 15.194,-2.521"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:49.64359283px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;font-family:Courier 10 Pitch;-inkscape-font-specification:Courier 10 Pitch"
|
||||||
|
x="794.13159"
|
||||||
|
y="470.10266"
|
||||||
|
id="text3926"
|
||||||
|
sodipodi:linespacing="125%"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan3928"
|
||||||
|
x="794.13159"
|
||||||
|
y="470.10266"
|
||||||
|
style="font-weight:normal;text-align:center;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:TeX Gyre Adventor;-inkscape-font-specification:TeX Gyre Adventor;font-style:normal;font-stretch:normal;font-variant:normal">www.ccc.de</tspan></text>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 14 KiB |
324
minilac16/artwork/overlay.svg
Normal file
324
minilac16/artwork/overlay.svg
Normal file
|
@ -0,0 +1,324 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="1920"
|
||||||
|
height="1080"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="overlay.svg"
|
||||||
|
inkscape:export-filename="/home/peter/AAA-VOC/intro-outro-generator/dg/artwork/overlay.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809" />
|
||||||
|
<stop
|
||||||
|
id="stop3815"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0.78431374;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0.78431374;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807"
|
||||||
|
id="linearGradient3813"
|
||||||
|
x1="650"
|
||||||
|
y1="595.07648"
|
||||||
|
x2="1230"
|
||||||
|
y2="595.07648"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1,0,0,0.99744172,-74.949237,-22.857439)" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807"
|
||||||
|
id="linearGradient3819"
|
||||||
|
x1="575.05078"
|
||||||
|
y1="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y2="570.69666"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
spreadMethod="reflect" />
|
||||||
|
<linearGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3807-2"
|
||||||
|
id="linearGradient3819-8"
|
||||||
|
x1="575.05078"
|
||||||
|
y1="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y2="570.69666"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
spreadMethod="reflect" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807-2">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809-5" />
|
||||||
|
<stop
|
||||||
|
id="stop3815-1"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811-1" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
gradientTransform="matrix(2.3933139,0,0,1,-1291.5105,359.35582)"
|
||||||
|
y2="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y1="570.69666"
|
||||||
|
x1="575.05078"
|
||||||
|
spreadMethod="reflect"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4017-1"
|
||||||
|
xlink:href="#linearGradient3807-2-2"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3807-2-2">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3809-5-5" />
|
||||||
|
<stop
|
||||||
|
id="stop3815-1-7"
|
||||||
|
offset="0.2"
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#ffffff;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3811-1-0" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
y2="570.69666"
|
||||||
|
x2="1155.0508"
|
||||||
|
y1="570.69666"
|
||||||
|
x1="575.05078"
|
||||||
|
spreadMethod="reflect"
|
||||||
|
gradientTransform="matrix(2.3933139,0,0,1,-842.013,2.87365)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="linearGradient4510"
|
||||||
|
xlink:href="#linearGradient3807-2-2"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<filter
|
||||||
|
id="filter4858"
|
||||||
|
inkscape:label="Drop Shadow"
|
||||||
|
width="1.2"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feFlood
|
||||||
|
id="feFlood4860"
|
||||||
|
flood-opacity="0.29666666666666669"
|
||||||
|
flood-color="rgb(255,255,255)"
|
||||||
|
result="flood" />
|
||||||
|
<feComposite
|
||||||
|
id="feComposite4862"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
in="flood"
|
||||||
|
operator="in"
|
||||||
|
result="composite1" />
|
||||||
|
<feGaussianBlur
|
||||||
|
id="feGaussianBlur4864"
|
||||||
|
stdDeviation="2"
|
||||||
|
result="blur" />
|
||||||
|
<feOffset
|
||||||
|
id="feOffset4866"
|
||||||
|
dx="2"
|
||||||
|
dy="2.2000000000000002"
|
||||||
|
result="offset" />
|
||||||
|
<feComposite
|
||||||
|
id="feComposite4868"
|
||||||
|
in2="offset"
|
||||||
|
in="SourceGraphic"
|
||||||
|
operator="over"
|
||||||
|
result="composite2"
|
||||||
|
dy="0" />
|
||||||
|
</filter>
|
||||||
|
<filter
|
||||||
|
inkscape:menu-tooltip="In and out glow with a possible offset and colorizable flood"
|
||||||
|
inkscape:menu="Shadows and Glows"
|
||||||
|
inkscape:label="Cutout Glow"
|
||||||
|
style="color-interpolation-filters:sRGB;"
|
||||||
|
id="filter4197">
|
||||||
|
<feOffset
|
||||||
|
dy="3"
|
||||||
|
dx="3"
|
||||||
|
id="feOffset4199" />
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="3"
|
||||||
|
result="blur"
|
||||||
|
id="feGaussianBlur4201" />
|
||||||
|
<feFlood
|
||||||
|
flood-color="rgb(255,255,255)"
|
||||||
|
flood-opacity="1"
|
||||||
|
result="flood"
|
||||||
|
id="feFlood4203" />
|
||||||
|
<feComposite
|
||||||
|
in="flood"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
operator="in"
|
||||||
|
result="composite"
|
||||||
|
id="feComposite4205" />
|
||||||
|
<feBlend
|
||||||
|
in="blur"
|
||||||
|
in2="composite"
|
||||||
|
mode="normal"
|
||||||
|
id="feBlend4207" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
y2="576.9375"
|
||||||
|
x2="989.08734"
|
||||||
|
y1="576.9375"
|
||||||
|
x1="781.76086"
|
||||||
|
id="linearGradient3922"
|
||||||
|
xlink:href="#linearGradient3916"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3916">
|
||||||
|
<stop
|
||||||
|
id="stop3918"
|
||||||
|
offset="0"
|
||||||
|
style="stop-color:#000000;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.64313725;"
|
||||||
|
offset="0.5"
|
||||||
|
id="stop3928" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#000000;stop-opacity:0.28682169;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3924" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.7"
|
||||||
|
inkscape:cx="1152.558"
|
||||||
|
inkscape:cy="580.83708"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1855"
|
||||||
|
inkscape:window-height="1056"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
showguides="true"
|
||||||
|
inkscape:guide-bbox="true"
|
||||||
|
inkscape:snap-global="true"
|
||||||
|
inkscape:snap-bbox="true"
|
||||||
|
inkscape:bbox-paths="true"
|
||||||
|
inkscape:bbox-nodes="true"
|
||||||
|
inkscape:snap-bbox-edge-midpoints="true"
|
||||||
|
inkscape:snap-bbox-midpoints="true"
|
||||||
|
inkscape:object-paths="false"
|
||||||
|
inkscape:snap-to-guides="true">
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,0"
|
||||||
|
id="guide3017" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,1080"
|
||||||
|
id="guide3019" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="0,0"
|
||||||
|
id="guide3021" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="1920,1337.442"
|
||||||
|
id="guide3023" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,25"
|
||||||
|
id="guide3025" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,1048"
|
||||||
|
id="guide3027" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="32,0"
|
||||||
|
id="guide3029" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="1888,0"
|
||||||
|
id="guide3031" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="1,0"
|
||||||
|
position="960,1080"
|
||||||
|
id="guide3819" />
|
||||||
|
<sodipodi:guide
|
||||||
|
orientation="0,1"
|
||||||
|
position="0,540"
|
||||||
|
id="guide3821" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,27.63782)">
|
||||||
|
<g
|
||||||
|
id="g3149"
|
||||||
|
transform="translate(0,-1.3967456e-6)"
|
||||||
|
style="opacity:0.40416667000000001;fill:#000000">
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
id="layer1-7"
|
||||||
|
transform="matrix(0.39155044,0,0,0.39155044,1768.4799,-6.380213)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<g
|
||||||
|
id="g3974"
|
||||||
|
transform="translate(-815.71429,-215.71429)"
|
||||||
|
style="fill:#000000">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="sssssscssssssssssscssscsscsssssssscsssssssssssssssss"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3140"
|
||||||
|
d="m 844.50095,634.53306 c 8.49609,-16.65371 8.79891,-20.16379 4.29367,-49.76793 -6.95799,-45.72111 -5.60472,-99.15766 3.32735,-131.38636 4.19658,-15.14216 14.75798,-53.26228 23.46975,-84.71137 23.9513,-86.46297 35.62204,-99.52722 95.47876,-106.87917 17.4718,-2.14599 39.86742,-4.89907 49.76802,-6.11797 9.9007,-1.2189 17.9731,-0.59475 17.939,1.38699 -0.034,1.98175 -9.8059,8.36818 -21.715,14.19209 -26.03694,12.73289 -51.94303,44.47211 -41.62519,50.99757 3.42217,2.16431 17.18171,3.96428 30.57669,3.99995 35.07,0.0934 32.9894,7.41758 -4.2356,14.90968 -7.57112,1.52378 -13.76558,3.68644 -13.76558,4.80588 0,1.11943 6.48963,10.53464 14.42148,20.92267 17.8704,23.40399 25.5433,53.44524 21.8673,85.61452 -1.5193,13.29614 -10.3229,54.80186 -19.5634,92.23497 -9.24046,37.4331 -17.26039,75.53573 -17.82203,84.67252 -0.97854,15.91873 2.53703,18.92775 16.74253,21.47471 8.1536,1.46186 -28.65612,0.70443 -78.20662,1.01108 l -90.09191,0.55757 z m 75.79233,7.26874 c 4.17638,-5.03224 10.90005,-5.84562 31.22647,-3.77756 l 25.90417,2.63554 18.34656,-76.29078 c 31.66682,-131.68059 31.64512,-159.14101 -0.15764,-198.52098 l -17.52797,-21.70425 -16.74649,5.90846 c -30.6207,10.80364 -42.94268,6.71196 -45.9833,-15.26937 -2.18916,-15.82601 -20.88649,-14.87624 -25.20746,1.28046 -2.6722,9.99172 -1.63921,12.45306 6.52984,15.55892 5.33731,2.02924 10.58802,6.21805 11.66825,9.30845 1.08022,3.09041 0.6642,36.11502 -0.92447,73.38802 -2.6665,62.56018 -4.10346,71.51299 -18.69519,116.47812 -8.69368,26.78996 -16.85947,59.66857 -18.1462,73.06355 l -2.33951,24.35451 23.36528,0 c 15.69868,0 25.11164,-2.10425 28.68766,-6.41309 z M 1110.8443,307.11805 c 0,-5.89738 -3.9072,-22.3209 -8.6827,-36.49669 -10.0333,-29.78321 -8.5287,-37.98026 2.097,-11.42425 7.59,18.96934 13.8773,58.64347 9.2935,58.64347 -1.4893,0 -2.7078,-4.82513 -2.7078,-10.72253 z m -73.82,-8.64006 c -1.5578,-6.20728 -2.0157,-12.10282 -1.0173,-13.10121 0.9984,-0.99838 3.0899,3.26344 4.6478,9.47073 1.558,6.20728 2.0157,12.10282 1.0173,13.1012 -0.9983,0.99838 -3.0899,-3.26344 -4.6478,-9.47072 z m 35.6998,0.57828 c 0,-5.67226 -2.0259,-15.67879 -4.502,-22.23674 -2.8238,-7.47868 -2.9143,-10.34461 -0.2429,-7.68797 5.9419,5.90894 13.2194,40.23789 8.5302,40.23789 -2.0819,0 -3.7853,-4.64094 -3.7853,-10.31318 z"
|
||||||
|
style="fill:#000000" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path3936"
|
||||||
|
d="m 839.75955,655.64272 275.77185,0"
|
||||||
|
style="fill:#000000;stroke:#000000;stroke-width:10.86231994999999984;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Reference in a new issue