1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 14:14:48 -04:00
dressupzack/project/sprites/x_button.svg
Anthony Wilcox 1f8aab08bc
SVG remaster, part 1 (#5)
Up until this point, this game still relied heavily on my copy of ZC's Dress Up for editing and creating new sprites so they properly match the look and feel. The only reason why it's not included in the source code is because the format is proprietary and Adobe's editor doesn't work with all platforms that Godot does. That is unfair when the whole goal of this project to remove Flash from the equation.

This remaster aims to remove that final need by remaking in an open format, whether it be an open source editor or format. I found that using SVG as is with Inkscape as the editor does the job well because Godot can render it without any extra steps required. I tried testing out Krita and Gimp but they didn't produce the results I wanted.
2019-05-05 14:37:08 -04:00

72 lines
3 KiB
XML

<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28.045834mm"
height="29.633333mm"
viewBox="0 0 28.045834 29.633333"
version="1.1"
id="svg2007"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="x_button.svg">
<defs
id="defs2001" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="9.4534785"
inkscape:cy="71.8377"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showguides="true"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1" />
<metadata
id="metadata2004">
<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(-78.959229,-134.01666)" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-ink">
<path
inkscape:connector-curvature="0"
d="m 2.3920058,23.469698 c 0,-0.385451 1.6180554,-2.320847 3.5956801,-4.300879 C 7.9653094,17.188787 9.871187,15.266222 10.222967,14.896451 10.574748,14.52668 10.209361,12.380293 9.4110174,10.126699 7.7571468,5.458155 7.6063889,3.9057306 8.7480596,3.2999174 10.308476,2.4719013 12.449998,3.6951326 14.247589,6.4412294 l 1.821104,2.7820132 3.419862,-2.8817189 c 2.248675,-1.8948257 3.85386,-2.7387279 4.687133,-2.4641885 1.648664,0.5431876 2.600119,2.6686882 1.354224,3.0252582 -1.414145,0.4047239 -7.267069,8.0520546 -7.255965,9.4805206 0.0053,0.676404 0.836888,2.471797 1.84807,3.989761 0.71322,1.070667 1.671908,1.915542 1.291339,2.496285 l -2.034354,3.104393 c -0.39456,0.602091 -1.851947,-1.003167 -3.578375,-2.561381 L 12.789012,20.693994 9.4503269,24.093569 C 7.614049,25.963334 5.8996973,27.483505 5.6406553,27.471728 5.3816146,27.459895 2.3920058,23.855148 2.3920058,23.469698 Z"
style="fill:#aa0000;fill-opacity:1;stroke:none;stroke-width:0.08895873;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="X" />
</g>
</svg>