Add files via upload

This commit is contained in:
L4ki
2022-03-09 11:53:34 +01:00
committed by GitHub
parent 9db7b70a0f
commit e3dcfacf07

View File

@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg <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="200" width="200"
height="120" height="120"
id="svg2" id="svg2"
sodipodi:version="0.32" sodipodi:version="0.32"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)" inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
version="1.0" version="1.0"
sodipodi:docname="actionbutton.svg" sodipodi:docname="actionbutton.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:export-filename="arrow-up.png" inkscape:export-filename="arrow-up.png"
inkscape:export-xdpi="11.25" inkscape:export-xdpi="11.25"
inkscape:export-ydpi="11.25"> inkscape:export-ydpi="11.25"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<sodipodi:namedview <sodipodi:namedview
inkscape:document-rotation="0" inkscape:document-rotation="0"
showguides="false" showguides="false"
@@ -32,15 +32,15 @@
inkscape:snap-nodes="false" inkscape:snap-nodes="false"
inkscape:window-y="0" inkscape:window-y="0"
inkscape:window-x="0" inkscape:window-x="0"
inkscape:window-height="1007" inkscape:window-height="1015"
inkscape:window-width="1920" inkscape:window-width="1920"
showgrid="false" showgrid="false"
height="128px" height="128px"
width="128px" width="128px"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:cy="69.711355" inkscape:cy="38.25"
inkscape:cx="83.799574" inkscape:cx="113.75"
inkscape:zoom="2.8284271" inkscape:zoom="2"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:pageopacity="1" inkscape:pageopacity="1"
objecttolerance="10" objecttolerance="10"
@@ -51,7 +51,8 @@
pagecolor="#ffffff" pagecolor="#ffffff"
id="base" id="base"
inkscape:lockguides="false" inkscape:lockguides="false"
inkscape:showpageshadow="false"> inkscape:showpageshadow="true"
inkscape:pagecheckerboard="0">
<inkscape:grid <inkscape:grid
enabled="true" enabled="true"
visible="true" visible="true"
@@ -1569,7 +1570,6 @@
<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>
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@@ -1579,7 +1579,7 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
inkscape:label="Layer 1"> inkscape:label="Layer 1">
<g <g
style="opacity:0.01" style="opacity:0.5;fill:#44446f;fill-opacity:1"
transform="matrix(1.1,0,0,1.1,51.799995,-70.199997)" transform="matrix(1.1,0,0,1.1,51.799995,-70.199997)"
id="22-22-shadow"> id="22-22-shadow">
<ellipse <ellipse
@@ -1587,7 +1587,7 @@
rx="12" rx="12"
cy="106" cy="106"
cx="48" cx="48"
style="fill:#191c29;fill-opacity:0.501961;stroke:none" style="fill:#44446f;fill-opacity:1;stroke:none"
id="path3659-2" id="path3659-2"
transform="matrix(0.8333333,0,0,1,32.000002,-4)" /> transform="matrix(0.8333333,0,0,1,32.000002,-4)" />
</g> </g>
@@ -1626,13 +1626,13 @@
cy="97" cy="97"
r="11" /> r="11" />
<g <g
style="opacity:0.01;fill:#191c29;fill-opacity:0.501961" style="opacity:0.5;fill:#191c29;fill-opacity:1"
id="shadow" id="shadow"
transform="matrix(1.6000001,0,0,1.6,-99.200007,-140.2)"> transform="matrix(1.6000001,0,0,1.6,-99.200007,-140.2)">
<ellipse <ellipse
transform="matrix(0.8333333,0,0,1,32.000002,-4)" transform="matrix(0.8333333,0,0,1,32.000002,-4)"
id="path3659" id="path3659"
style="fill:#191c29;fill-opacity:0.501961;stroke:none" style="fill:#44446f;fill-opacity:1;stroke:none"
cx="48" cx="48"
cy="106" cy="106"
rx="12" rx="12"

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB