cleaned up svg file -- further cleanup will be needed, then existing 'set' can be replaced with just one svg

This commit is contained in:
Joe Arndt 2022-08-22 17:12:18 -05:00
parent 3a0a7e9d58
commit 1c6c6bb52c

65
logo.svg Normal file
View file

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="1024"
height="1024"
version="1.1"
inkscape:version="1.2.1 (9c6d41e4, 2022-07-14)"
id="arndtware"
sodipodi:docname="tmp.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs168" />
<sodipodi:namedview
pagecolor="#505050"
inkscape:zoom="0.55048947"
inkscape:cx="554.96067"
inkscape:cy="510.45482"
inkscape:window-width="1075"
inkscape:window-height="862"
inkscape:window-x="682"
inkscape:window-y="25"
inkscape:window-maximized="0"
borderopacity="0"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#505050"
showgrid="false"
inkscape:lockguides="false"
inkscape:current-layer="g122"
id="namedview218"
bordercolor="#eeeeee" />
<style
id="style77">.primary-color {
fill: black;
stroke: black;
}
.accent-color {
fill: red;
stroke: red;
}</style>
<g
id="g122"
transform="matrix(0.58347578,0,0,0.58347578,862.08547,218.80342)">
<circle
cx="-600"
cy="480"
r="840"
transform="translate(0,22.5)"
class="primary-color"
id="border"
style="fill: none; stroke-width: 75px;" />
<path
d="m -1125,630 285,570 h 120 l 120,-240 120,240 h 120 L -75,630 H -255 L -420,960 -510,780 -390,540 -540,240 h -60 v 240 l 30,60 -30,60 -30,-60 30,-60 V 240 h -60 l -150,300 120,240 -90,180 -165,-330 z"
id="w"
class="primary-color" />
<path
id="a"
d="m -1125,570 405,-810 h 240 L -75,570 H -255 L -570,-60 h -60 l -315,630 z"
class="accent-color" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB