Blob Stella, and parametrize the existing body-basic and body-snug

feat/template
Shad Amethyst 2 years ago
parent 8ff49c46a4
commit dd52f46dc2
Signed by: amethyst
GPG Key ID: D970C8DD1D6DEE36

@ -7,3 +7,4 @@ ear_color = "#313131"
ear_fluff_color = "#474747"
hand_color = "#6a6862"
tail_color = "#6a6862"
marks_color = "#c8c8c8"

@ -1,15 +1,3 @@
{{! Left ear }}
{{#base}}#left-ear{{/base}}
{{>blobcat.body-basic}}
{{#base}}#body{{/base}}
{{#base}}#belly{{/base}}
{{#base}}#hair{{/base}}
{{! Right ear }}
{{#base}}#right-ear{{/base}}
{{#base}}#right-ear-fluff{{/base}}
{{! Whiskers }}
{{^tags.hands-reach}}
{{>whiskers}}
{{/tags.hands-reach}}
{{#set-fill}} {{vars.marks_color}} | {{#base}}#belly{{/base}} {{/set-fill}}

@ -1,12 +1,18 @@
{{! Left ear }}
{{#base}}#left-ear{{/base}}
{{#set-fill}} {{vars.ear_color}} | {{#base}}#left-ear{{/base}} {{/set-fill}}
{{#base}}#body{{/base}}
{{#base}}#hair{{/base}}
{{! Body }}
<defs>
<clipPath id="body-clip">
{{#base}}#body{{/base}}
</clipPath>
</defs>
{{#set-fill}} {{vars.body_color}} | {{#base}}#body{{/base}} {{/set-fill}}
{{#set-fill}} {{vars.body_color}} | {{#base}}#hair{{/base}} {{/set-fill}}
{{! Right ear }}
{{#base}}#right-ear{{/base}}
{{#base}}#right-ear-fluff{{/base}}
{{#set-fill}} {{vars.ear_color}} | {{#base}}#right-ear{{/base}} {{/set-fill}}
{{#set-fill}} {{vars.ear_fluff_color}} | {{#base}}#right-ear-fluff{{/base}} {{/set-fill}}
{{! Whiskers }}
{{^tags.hands-reach}}

@ -1,6 +1,12 @@
<g id="body-snug">
<defs>
<clipPath id="body-clip">
{{#snug}}#body{{/snug}}
</clipPath>
</defs>
<g id="left-ear" transform="translate(0 2) rotate(5 6.6 5.5) translate(0 0.2)">
{{#base}}#left-ear{{/base}}
{{#set-fill}} {{vars.ear_color}} | {{#base}}#left-ear{{/base}} {{/set-fill}}
</g>
{{#set-fill}}
@ -9,8 +15,8 @@
{{/set-fill}}
<g id="right-ear" transform="scale(1 0.95) translate(0 2) rotate(5 29 5) translate(-0.5 1.6)">
{{#base}}#right-ear{{/base}}
{{#base}}#right-ear-fluff{{/base}}
{{#set-fill}} {{vars.ear_color}} | {{#base}}#right-ear{{/base}} {{/set-fill}}
{{#set-fill}} {{vars.ear_fluff_color}} | {{#base}}#right-ear-fluff{{/base}} {{/set-fill}}
</g>
{{>tail}}

@ -4,7 +4,7 @@ name = "blobfox"
[vars]
body_color = "#ff8702"
ear_color = "#313131"
ear_fluff_color = "#3bdccc"
ear_fluff_color = "#ebdccc"
hand_color = "#ff8702"
tail_color = "#ff8702"

@ -1,15 +1,21 @@
{{! Left ear }}
{{#tags.ear-owo}}
{{#boop_owo}}#left-ear{{/boop_owo}}
{{#boop_owo}}#left-ear-fluff{{/boop_owo}}
{{#set-fill}} {{vars.ear_color}} | {{#boop_owo}}#left-ear{{/boop_owo}} {{/set-fill}}
{{#set-fill}} {{vars.ear_fluff_color}} | {{#boop_owo}}#left-ear-fluff{{/boop_owo}} {{/set-fill}}
{{/tags.ear-owo}}
{{^tags.ear-owo}}
{{#base}}#left-ear{{/base}}
{{#set-fill}} {{vars.ear_color}} | {{#base}}#left-ear{{/base}} {{/set-fill}}
{{/tags.ear-owo}}
{{#base}}#body{{/base}}
{{#base}}#hair{{/base}}
{{! Body }}
<defs>
<clipPath id="body-clip">
{{#base}}#body{{/base}}
</clipPath>
</defs>
{{#set-fill}} {{vars.body_color}} | {{#base}}#body{{/base}} {{/set-fill}}
{{#set-fill}} {{vars.body_color}} | {{#base}}#hair{{/base}} {{/set-fill}}
{{! Right ear }}
{{#base}}#right-ear{{/base}}
{{#base}}#right-ear-fluff{{/base}}
{{#set-fill}} {{vars.ear_color}} | {{#base}}#right-ear{{/base}} {{/set-fill}}
{{#set-fill}} {{vars.ear_fluff_color}} | {{#base}}#right-ear-fluff{{/base}} {{/set-fill}}

@ -1,15 +1,22 @@
<g id="body-snug">
{{! TODO: owo ear }}
{{#snug}}#left-ear{{/snug}}
<defs>
<clipPath id="body-clip">
{{#snug}}#body{{/snug}}
{{#snug}}#hair{{/snug}}
{{#snug}}#right-ear{{/snug}}
{{#snug}}#right-ear-fluff{{/snug}}
</clipPath>
</defs>
{{! TODO: owo ear }}
{{#set-fill}} {{vars.ear_color}} | {{#snug}}#left-ear{{/snug}} {{/set-fill}}
{{#set-fill}} {{vars.body_color}} | {{#snug}}#body{{/snug}} {{/set-fill}}
{{#set-fill}} {{vars.body_color}} | {{#snug}}#hair{{/snug}} {{/set-fill}}
{{#set-fill}} {{vars.ear_color}} | {{#snug}}#right-ear{{/snug}} {{/set-fill}}
{{#set-fill}} {{vars.ear_fluff_color}} | {{#snug}}#right-ear-fluff{{/snug}} {{/set-fill}}
{{#tags.tail}}
<g id="tail">
{{#snug}}#tail{{/snug}}
{{#snug}}#tail-outline{{/snug}}
{{#set-fill}} {{vars.body_color}} | {{#snug}}#tail{{/snug}} {{/set-fill}}
</g>
{{/tags.tail}}
</g>

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" export-filename="../output/blobstella.png" export-ydpi="450" version="1.2.1 (9c6d41e410, 2022-07-14)" width="128" height="128" viewBox="0 0 33.866668 33.866668" docname="blobstella.svg" space="preserve" export-xdpi="450" id="svg5">
<title id="title30762">blobcat</title>
<sodipodi:namedview deskcolor="#505050" window-y="0" zoom="3.3516364" pagecolor="#505050" cx="100.24954" window-height="779" pageshadow="0" document-units="mm" window-maximized="1" showgrid="false" pageopacity="0" id="namedview7" cy="52.213301" units="px" showpageshadow="2" window-x="0" current-layer="layer1" pagecheckerboard="1" bordercolor="#ffffff" borderopacity="1" window-width="1536">
<inkscape:grid type="xygrid" id="grid10"/>
</sodipodi:namedview>
<defs id="defs2"/>
<g label="ref" groupmode="layer" id="ref" style="display:none">
<image style="display:none;image-rendering:optimizeSpeed" label="blobfoxmsnuggleleftcat" id="blobfoxmsnuggleleftcat" href="../original/blobfoxmsnuggleleftcat.png" height="56.029915" y="-16.623016" width="56.029915" preserveAspectRatio="none" x="0.45707837"/>
<image width="44.290115" x="-3.1429539" y="-10.339302" label="blobfoxnomcat" href="../original/blobfoxnomcat.png" height="44.290115" preserveAspectRatio="none" id="blobfoxnomcat" style="display:none;image-rendering:optimizeSpeed"/>
<image href="../original/blobfoxmsnugglecentercat.png" y="-17.482618" label="blobfoxmsnugglecentercat" height="55.942009" style="display:none;image-rendering:optimizeSpeed" preserveAspectRatio="none" width="55.942009" id="blobfoxmsnugglecentercat" x="-11.634965"/>
<image label="blobfox" id="blobfox" style="display:none;image-rendering:optimizeSpeed" x="0" height="33.866665" preserveAspectRatio="none" y="0" width="33.866665" href="../original/blobfox.png"/>
</g>
<g groupmode="layer" style="display:inline" id="Base" label="Base">
<path style="fill:#3398c7;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" nodetypes="csscc" label="left-ear" id="left-ear" d="M 4.2225247,12.78287 C 2.021009,7.5103594 2.5604085,3.6951828 2.6743801,2.856386 2.7720357,2.1376698 3.4357646,1.7692645 4.1639818,1.8924422 7.3443941,2.430408 10.157621,4.0991994 12.720122,6.1421708 9.2129023,8.1547016 6.1301266,10.633713 4.2225247,12.78287 Z"/>
<path id="body" nodetypes="sccsssssss" style="fill:#54b6e7;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.4501" transform="scale(0.26458333)" label="body" d="M 49.112445,21.099228 C 22.954714,27.711036 1.527486,58.455986 0,95 c 0,0 0.14555099,8.03117 2.203125,14.33203 5.6666732,6.49391 20.789398,15.3256 40.376953,17.79492 18.881266,2.38028 43.113333,-0.44591 58.314452,-3.86328 15.20113,-3.41737 22.82639,-13.27959 23.81641,-15.80664 0.99,-2.52705 0.10795,-7.720166 -0.5586,-9.939452 -0.81185,-2.70308 -2.0586,-6.277707 -0.39843,-11.148437 1.66016,-4.87073 6.29813,-26.667335 -1.93795,-40.330311 C 104.00212,16.487149 60.621666,18.190078 49.112445,21.099228 Z"/>
<path id="right-ear" d="m 22.327555,5.7244503 c 1.295051,-1.2796236 4.29637,-3.1081967 8.159348,-3.8489133 0.726869,-0.1393755 1.275878,-0.3385914 1.507105,0.671644 0.5493,2.3998947 0.260115,6.1627772 -0.183624,9.290803 -0.09005,0.634797 -0.13748,0.926935 -0.401908,1.157661 -0.166663,0.145421 -0.348874,0.03458 -0.480691,-0.205428 C 30.498042,10.236452 29.514494,9.1033428 28.085198,11.198105 26.729927,10.941604 23.64993,8.8809175 22.973987,7.9348896 22.480603,7.2443656 21.964165,6.144611 22.327555,5.7244523 Z" style="fill:#3398c7;fill-opacity:1;stroke-width:1.065;stroke-linecap:round" nodetypes="cssssccscc" label="right-ear"/>
<path style="fill:#224f66;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1" label="right-ear-fluff" d="m 27.879768,10.88962 c 0.917454,-3.4533158 1.871544,-6.9096158 2.936108,-7.9180511 0.333617,-0.3160271 0.701301,-0.3066452 0.810217,0.2082143 0.180668,0.8540374 0.07574,5.863623 -0.69645,9.6117088 -0.490708,-0.870889 -0.688315,-1.352738 -1.168669,-1.673583 -0.03662,0.434725 -0.09026,0.799186 -0.158405,0.986263 -0.340904,-0.13671 -0.718058,-0.734496 -0.70563,-1.270164 -0.31728,0.467008 -1.20166,0.497588 -1.017178,0.05561 z" id="right-ear-fluff" nodetypes="csscccccc"/>
<g label="right-marks" id="right-marks">
<path d="m 29.192533,18.138428 c -0.133513,0.04163 -0.140149,0.167572 -0.01809,0.208256 0.539833,0.179927 3.260019,0.541796 4.621472,0.925446 0.03204,-0.376985 0.05115,-0.770322 0.06046,-1.170988 -1.191242,-0.272309 -4.087418,-0.142455 -4.663847,0.03729 z" label="right-mark-2" nodetypes="ssccs" id="right-mark-2" style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"/>
<path d="m 29.278312,19.937284 c 0.687374,0.156038 3.120978,0.864776 4.396975,1.369489 0.06347,-0.350562 0.121956,-0.738409 0.172599,-1.149284 -1.138574,-0.23375 -3.83609,-0.603482 -4.53114,-0.433392 -0.164585,0.04028 -0.163903,0.184704 -0.03843,0.213187 z" nodetypes="sccss" id="right-mark-1" style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round" label="right-mark-1"/>
<path d="m 29.50776,16.698206 c -0.13376,0.04083 -0.118863,0.207001 0.0098,0.208772 0.591354,0.0081 3.172424,0.228574 4.314315,0.471192 -0.0057,-0.382423 -0.02498,-0.768373 -0.06046,-1.156002 -1.364141,0.0075 -3.018653,0.09597 -4.263672,0.476038 z" label="right-mark-3" id="right-mark-3" style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round" nodetypes="ssccs"/>
</g>
<g label="left-marks" id="left-marks">
<path id="left-mark-2" label="left-mark-2" d="m 1.2260623,15.006881 c -0.1185532,0.243185 -0.23350602,0.489931 -0.34468182,0.739489 1.00220282,-0.05956 2.50951272,0.157845 2.69359512,0.113125 0.1680569,-0.04082 0.137826,-0.18631 0.057878,-0.289388 -0.088019,-0.11348 -1.4547794,-0.557832 -2.4067913,-0.563226 z" nodetypes="ccssc" style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"/>
<path nodetypes="ccsscc" id="left-mark-3" style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round" label="left-mark-3" d="m 1.930414,13.571082 c -0.1324005,0.235154 -0.2613164,0.474011 -0.3865397,0.716235 1.0433813,0.05597 2.3006144,0.391113 2.4932105,0.357963 0.1704398,-0.02934 0.1549425,-0.153222 0.082166,-0.261483 -0.08334,-0.123973 -1.305865,-0.761395 -2.1888363,-0.812711 z"/>
<path nodetypes="ccssc" id="left-mark-1" d="m 0.72591642,16.431964 c -0.1026558,0.243839 -0.2016775,0.49017 -0.29713943,0.739489 C 1.3399925,16.989781 2.8256787,17.004313 3.0013672,16.951937 3.167104,16.902527 3.1294018,16.759312 3.0442586,16.660482 2.9520502,16.553449 1.5411273,16.34044 0.72591642,16.431964 Z" label="left-mark-1" style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"/>
</g>
</g>
<g label="Features" id="Features" groupmode="layer" style="display:inline">
<path id="left-eye" label="left-eye" d="m 7.3527787,14.424665 c 0.1797912,-1.565032 1.4709763,-2.669662 2.4784762,-2.637439 1.0481491,0.03352 1.7111831,1.106758 1.6559461,1.895304 -0.109337,1.560853 -0.980796,2.946701 -2.4842238,2.935699 -0.9121407,-0.0067 -1.7841833,-1.027265 -1.6501985,-2.193564 z" style="fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.265;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.46432" nodetypes="sssss"/>
<path d="m 19.490943,16.103085 c 0.179791,-1.80508 1.475044,-2.789355 2.482544,-2.757132 1.04815,0.03352 1.921875,1.215376 1.852143,2.278752 -0.113562,1.731761 -1.084893,2.877453 -2.588321,2.866451 -0.912141,-0.0067 -1.862721,-1.219882 -1.746366,-2.388071 z" nodetypes="sssss" style="fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.46432" label="right-eye" id="right-eye"/>
<path style="fill:none;stroke:#313131;stroke-width:1.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 9.9318896,19.995623 c 0.5486154,1.686713 1.0637784,2.752111 1.5767164,3.423841 0.992384,-0.828422 2.25927,-1.977918 2.761386,-2.480155 0.783749,1.274883 1.856673,2.745088 2.294365,3.345841 1.285631,-1.024786 2.518532,-2.115492 3.025709,-2.688925" id="mouth" nodetypes="ccccc" label="mouth"/>
<path style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1" label="left-whisker-2" id="left-whisker-2" d="M 6.1830023,19.578813 C 4.1871054,17.828608 2.4340957,16.609582 1.3611551,16.012965" nodetypes="cc"/>
<path nodetypes="cc" label="left-whisker" d="M 5.9107876,21.690708 C 3.9277707,21.232921 1.7485086,21.187496 0.54513174,21.179815" style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1" id="left-whisker"/>
<path d="m 23.430617,22.366051 c 2.540328,-0.912678 4.284056,-1.105124 4.982397,-1.142629" id="right-whisker-2" label="right-whisker-2" style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"/>
<path d="m 22.565965,24.701884 c 1.919035,0.580733 3.985374,1.582507 4.971704,2.283901" label="right-whisker" style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1" id="right-whisker"/>
</g>
<metadata id="metadata30760">
<rdf:RDF>
<cc:Work about="">
<dc:rights>
<cc:Agent>
<dc:title>Blobfox team (https://git.shadamethyst.xyz/adri326/blobfox), licensed under the Apache 2.0 License</dc:title>
</cc:Agent>
</dc:rights>
<dc:title>blobcat</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Feuerfuchs</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>https://git.shadamethyst.xyz/adri326/blobfox</dc:source>
</cc:Work>
</rdf:RDF>
</metadata>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

@ -0,0 +1,10 @@
name = "blobstella"
base = "../blobcat/"
[vars]
body_color = "#54b6e7"
ear_color = "#3398c7"
ear_fluff_color = "#224f66"
hand_color = "#54b6e7"
tail_color = "#54b6e7"
marks_color = "#eee64e"

@ -0,0 +1,26 @@
{{! Left ear }}
{{#set-fill}} {{vars.ear_color}} | {{#base}}#left-ear{{/base}} {{/set-fill}}
{{! Body }}
<defs>
<clipPath id="body-clip">
{{#base}}#body{{/base}}
</clipPath>
</defs>
{{#set-fill}} {{vars.body_color}} | {{#base}}#body{{/base}} {{/set-fill}}
{{#set-fill}} {{vars.body_color}} | {{#base}}#hair{{/base}} {{/set-fill}}
{{! Right ear }}
{{#set-fill}} {{vars.ear_color}} | {{#base}}#right-ear{{/base}} {{/set-fill}}
{{#set-fill}} {{vars.ear_fluff_color}} | {{#base}}#right-ear-full{{/base}} {{/set-fill}}
{{! Marks }}
<g clip-path="url(#body-clip)">
{{#base}}#left-marks{{/base}}
{{#base}}#right-marks{{/base}}
</g>
{{! Whiskers }}
{{^tags.hands-reach}}
{{>whiskers}}
{{/tags.hands-reach}}

@ -0,0 +1,14 @@
{{>blobcat.body-snug}}
<g clip-path="url(#body-clip)">
<g transform="scale(1 0.88) translate(0 4)">
{{#set-fill}}
{{vars.marks_color}}
| {{#base}}#left-marks{{/base}}
{{/set-fill}}
{{#set-fill}}
{{vars.marks_color}}
| {{#base}}#right-marks{{/base}}
{{/set-fill}}
</g>
</g>

@ -0,0 +1,207 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="128"
height="128"
viewBox="0 0 33.866668 33.866668"
version="1.1"
id="svg5"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="blobamber.svg"
xml:space="preserve"
inkscape:export-filename="../output/blobamber.png"
inkscape:export-xdpi="450"
inkscape:export-ydpi="450"
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/"><title
id="title30762">blobcat</title><sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="3.9247075"
inkscape:cx="78.477186"
inkscape:cy="76.184022"
inkscape:window-width="1536"
inkscape:window-height="779"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
units="px"
inkscape:showpageshadow="2"
inkscape:deskcolor="#505050"><inkscape:grid
type="xygrid"
id="grid10" /></sodipodi:namedview><defs
id="defs2"><linearGradient
inkscape:collect="always"
id="linearGradient1095"><stop
style="stop-color:#b86a00;stop-opacity:1;"
offset="0"
id="stop1091" /><stop
style="stop-color:#dab91d;stop-opacity:1;"
offset="1"
id="stop1093" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1095"
id="linearGradient1097"
x1="25.110657"
y1="7.0228844"
x2="25.19339"
y2="12.153695"
gradientUnits="userSpaceOnUse" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1095"
id="linearGradient1239"
gradientUnits="userSpaceOnUse"
x1="25.110657"
y1="7.0228844"
x2="25.19339"
y2="12.153695"
gradientTransform="matrix(0.94114449,0,0,0.94114449,-10.797579,2.1054482)" /></defs><g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="ref"
style="display:none"><image
width="56.029915"
height="56.029915"
preserveAspectRatio="none"
style="display:none;image-rendering:optimizeSpeed"
xlink:href="../original/blobfoxmsnuggleleftcat.png"
id="image475"
x="0.45707837"
y="-16.623016"
inkscape:label="blobfoxmsnuggleleftcat" /><image
width="44.290115"
height="44.290115"
preserveAspectRatio="none"
style="display:none;image-rendering:optimizeSpeed"
xlink:href="../original/blobfoxnomcat.png"
id="image2206"
x="-3.1429539"
y="-10.339302"
inkscape:label="blobfoxnomcat" /><image
width="55.942009"
height="55.942009"
preserveAspectRatio="none"
style="display:none;image-rendering:optimizeSpeed"
xlink:href="../original/blobfoxmsnugglecentercat.png"
id="image2335"
x="-11.634965"
y="-17.482618"
inkscape:label="blobfoxmsnugglecentercat" /><image
width="33.866665"
height="33.866665"
preserveAspectRatio="none"
style="display:none;image-rendering:optimizeSpeed"
xlink:href="../original/blobfox.png"
id="image4772"
x="0"
y="0"
inkscape:label="blobfox" /></g><g
inkscape:label="Base"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"><path
style="fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 4.2225247,12.78287 C 2.021009,7.5103594 2.5604085,3.6951828 2.6743801,2.856386 2.7720357,2.1376698 3.4357646,1.7692645 4.1639818,1.8924422 7.3443941,2.430408 10.157621,4.0991994 12.720122,6.1421708 9.2129023,8.1547016 6.1301266,10.633713 4.2225247,12.78287 Z"
id="path20678"
sodipodi:nodetypes="csscc"
inkscape:label="left-ear" /><path
id="path117"
style="fill:#6a6862;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.4501"
d="M 49.112445,21.099228 C 22.954714,27.711036 1.527486,58.455986 0,95 c 0,0 0.14555099,8.03117 2.203125,14.33203 5.6666732,6.49391 20.789398,15.3256 40.376953,17.79492 18.881266,2.38028 43.113333,-0.44591 58.314452,-3.86328 15.20113,-3.41737 22.82639,-13.27959 23.81641,-15.80664 0.99,-2.52705 0.10795,-7.720166 -0.5586,-9.939452 -0.81185,-2.70308 -2.0586,-6.277707 -0.39843,-11.148437 1.66016,-4.87073 6.29813,-26.667335 -1.93795,-40.330311 C 104.00212,16.487149 60.621666,18.190078 49.112445,21.099228 Z"
sodipodi:nodetypes="sccsssssss"
inkscape:label="body"
transform="scale(0.26458333)" /><path
style="fill:#313131;fill-opacity:1;stroke-width:1.065;stroke-linecap:round"
d="m 22.327555,5.7244503 c 1.295051,-1.2796236 4.29637,-3.1081967 8.159348,-3.8489133 0.726869,-0.1393755 1.275878,-0.3385914 1.507105,0.671644 0.5493,2.3998947 0.260115,6.1627772 -0.183624,9.290803 -0.09005,0.634797 -0.13748,0.926935 -0.401908,1.157661 -0.166663,0.145421 -0.348874,0.03458 -0.480691,-0.205428 C 30.498042,10.236452 29.514494,9.1033428 28.085198,11.198105 26.729927,10.941604 23.64993,8.8809175 22.973987,7.9348896 22.480603,7.2443656 21.964165,6.144611 22.327555,5.7244523 Z"
id="path501"
sodipodi:nodetypes="cssssccscc"
inkscape:label="right-ear" /><path
style="fill:#474747;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="m 27.879768,10.88962 c 0.917454,-3.4533158 1.871544,-6.9096158 2.936108,-7.9180511 0.333617,-0.3160271 0.701301,-0.3066452 0.810217,0.2082143 0.180668,0.8540374 0.07574,5.863623 -0.69645,9.6117088 -0.490708,-0.870889 -0.688315,-1.352738 -1.168669,-1.673583 -0.03662,0.434725 -0.09026,0.799186 -0.158405,0.986263 -0.340904,-0.13671 -0.718058,-0.734496 -0.70563,-1.270164 -0.31728,0.467008 -1.20166,0.497588 -1.017178,0.05561 z"
id="path4922"
sodipodi:nodetypes="csscccccc"
inkscape:label="right-ear-fluff" /><path
id="path13828"
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"
d="m 8.8955811,28.354858 c -2.8336361,0.490336 -5.3574795,3.064648 -3.8664307,3.547587 1.7493878,0.782481 3.8677063,1.431757 6.2368286,1.733228 3.276507,0.416935 7.142104,0.225674 10.698305,-0.211028 1.463279,-0.136551 0.33034,-2.560542 -2.392107,-3.790675 C 16.517515,28.253727 12.37533,27.752718 8.8955811,28.354858 Z"
sodipodi:nodetypes="scscss"
inkscape:label="belly" /></g><g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Features"><path
style="fill:none;stroke:#313131;stroke-width:1.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 9.9318896,19.995623 c 0.5486154,1.686713 1.0637784,2.752111 1.5767164,3.423841 0.992384,-0.828422 2.25927,-1.977918 2.761386,-2.480155 0.783749,1.274883 1.856673,2.745088 2.294365,3.345841 1.285631,-1.024786 2.518532,-2.115492 3.025709,-2.688925"
id="path29369"
sodipodi:nodetypes="ccccc"
inkscape:label="mouth" /><path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="M 6.1830023,19.578813 C 4.1871054,17.828608 2.4340957,16.609582 1.3611551,16.012965"
id="path1334"
inkscape:label="left-whisker-2"
sodipodi:nodetypes="cc" /><path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="M 5.9107876,21.690708 C 3.9277707,21.232921 1.7485086,21.187496 0.54513174,21.179815"
id="path2116"
sodipodi:nodetypes="cc"
inkscape:label="left-whisker" /><path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="m 23.430617,22.366051 c 2.540328,-0.912678 4.284056,-1.105124 4.982397,-1.142629"
id="path2359"
inkscape:label="right-whisker-2" /><path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="m 22.565965,24.701884 c 1.919035,0.580733 3.985374,1.582507 4.971704,2.283901"
id="path2361"
inkscape:label="right-whisker" /><g
id="g1244"
inkscape:label="left-eye"><ellipse
style="fill:url(#linearGradient1239);fill-opacity:1;stroke-width:0.793338;stroke-linecap:round;stroke-linejoin:round"
id="path535-7"
cx="12.84594"
cy="11.158217"
rx="1.9893776"
ry="2.4450841"
transform="rotate(15.432511)"
inkscape:label="left-iris" /><ellipse
style="fill:#313131;fill-opacity:1;stroke-width:0.820753;stroke-linecap:round;stroke-linejoin:round"
id="ellipse446"
cx="12.410919"
cy="11.69791"
rx="1.1371835"
ry="1.6859709"
transform="rotate(13.154497)"
inkscape:label="left-pupil" /></g><g
id="g1141"
inkscape:label="right-eye"><ellipse
style="fill:url(#linearGradient1097);stroke-width:0.84295;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1"
id="path535"
cx="25.122091"
cy="9.6188946"
rx="2.1137855"
ry="2.59799"
transform="rotate(15.432511)"
inkscape:label="right-iris" /><ellipse
style="fill:#313131;fill-opacity:1;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"
id="ellipse10473"
cx="24.939991"
cy="10.106127"
rx="1.1984892"
ry="1.7768617"
transform="rotate(14.274327)"
inkscape:label="right-pupil" /></g></g><metadata
id="metadata30760"><rdf:RDF><cc:Work
rdf:about=""><dc:rights><cc:Agent><dc:title>Blobfox team (https://git.shadamethyst.xyz/adri326/blobfox), licensed under the Apache 2.0 License</dc:title></cc:Agent></dc:rights><dc:title>blobcat</dc:title><dc:creator><cc:Agent><dc:title>Feuerfuchs</dc:title></cc:Agent></dc:creator><dc:source>https://git.shadamethyst.xyz/adri326/blobfox</dc:source></cc:Work></rdf:RDF></metadata></svg>

After

Width:  |  Height:  |  Size: 10 KiB

@ -0,0 +1,186 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="128"
height="128"
viewBox="0 0 33.866668 33.866668"
version="1.1"
id="svg5"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
sodipodi:docname="blobstella.svg"
xml:space="preserve"
inkscape:export-filename="../output/blobstella.png"
inkscape:export-xdpi="450"
inkscape:export-ydpi="450"
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/"><title
id="title30762">blobcat</title><sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="3.3516364"
inkscape:cx="100.24954"
inkscape:cy="52.213301"
inkscape:window-width="1536"
inkscape:window-height="779"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1"
units="px"
inkscape:showpageshadow="2"
inkscape:deskcolor="#505050"><inkscape:grid
type="xygrid"
id="grid10" /></sodipodi:namedview><defs
id="defs2" /><g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="ref"
style="display:none"><image
width="56.029915"
height="56.029915"
preserveAspectRatio="none"
style="display:none;image-rendering:optimizeSpeed"
xlink:href="../original/blobfoxmsnuggleleftcat.png"
id="image475"
x="0.45707837"
y="-16.623016"
inkscape:label="blobfoxmsnuggleleftcat" /><image
width="44.290115"
height="44.290115"
preserveAspectRatio="none"
style="display:none;image-rendering:optimizeSpeed"
xlink:href="../original/blobfoxnomcat.png"
id="image2206"
x="-3.1429539"
y="-10.339302"
inkscape:label="blobfoxnomcat" /><image
width="55.942009"
height="55.942009"
preserveAspectRatio="none"
style="display:none;image-rendering:optimizeSpeed"
xlink:href="../original/blobfoxmsnugglecentercat.png"
id="image2335"
x="-11.634965"
y="-17.482618"
inkscape:label="blobfoxmsnugglecentercat" /><image
width="33.866665"
height="33.866665"
preserveAspectRatio="none"
style="display:none;image-rendering:optimizeSpeed"
xlink:href="../original/blobfox.png"
id="image4772"
x="0"
y="0"
inkscape:label="blobfox" /></g><g
inkscape:label="Base"
inkscape:groupmode="layer"
id="layer1"
style="display:inline"><path
style="fill:#3398c7;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 4.2225247,12.78287 C 2.021009,7.5103594 2.5604085,3.6951828 2.6743801,2.856386 2.7720357,2.1376698 3.4357646,1.7692645 4.1639818,1.8924422 7.3443941,2.430408 10.157621,4.0991994 12.720122,6.1421708 9.2129023,8.1547016 6.1301266,10.633713 4.2225247,12.78287 Z"
id="path20678"
sodipodi:nodetypes="csscc"
inkscape:label="left-ear" /><path
id="path117"
style="fill:#54b6e7;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.4501"
d="M 49.112445,21.099228 C 22.954714,27.711036 1.527486,58.455986 0,95 c 0,0 0.14555099,8.03117 2.203125,14.33203 5.6666732,6.49391 20.789398,15.3256 40.376953,17.79492 18.881266,2.38028 43.113333,-0.44591 58.314452,-3.86328 15.20113,-3.41737 22.82639,-13.27959 23.81641,-15.80664 0.99,-2.52705 0.10795,-7.720166 -0.5586,-9.939452 -0.81185,-2.70308 -2.0586,-6.277707 -0.39843,-11.148437 1.66016,-4.87073 6.29813,-26.667335 -1.93795,-40.330311 C 104.00212,16.487149 60.621666,18.190078 49.112445,21.099228 Z"
transform="scale(0.26458333)"
sodipodi:nodetypes="sccsssssss"
inkscape:label="body" /><path
style="fill:#3398c7;fill-opacity:1;stroke-width:1.065;stroke-linecap:round"
d="m 22.327555,5.7244503 c 1.295051,-1.2796236 4.29637,-3.1081967 8.159348,-3.8489133 0.726869,-0.1393755 1.275878,-0.3385914 1.507105,0.671644 0.5493,2.3998947 0.260115,6.1627772 -0.183624,9.290803 -0.09005,0.634797 -0.13748,0.926935 -0.401908,1.157661 -0.166663,0.145421 -0.348874,0.03458 -0.480691,-0.205428 C 30.498042,10.236452 29.514494,9.1033428 28.085198,11.198105 26.729927,10.941604 23.64993,8.8809175 22.973987,7.9348896 22.480603,7.2443656 21.964165,6.144611 22.327555,5.7244523 Z"
id="path501"
sodipodi:nodetypes="cssssccscc"
inkscape:label="right-ear" /><path
style="fill:#224f66;fill-opacity:1;stroke:none;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="m 27.879768,10.88962 c 0.917454,-3.4533158 1.871544,-6.9096158 2.936108,-7.9180511 0.333617,-0.3160271 0.701301,-0.3066452 0.810217,0.2082143 0.180668,0.8540374 0.07574,5.863623 -0.69645,9.6117088 -0.490708,-0.870889 -0.688315,-1.352738 -1.168669,-1.673583 -0.03662,0.434725 -0.09026,0.799186 -0.158405,0.986263 -0.340904,-0.13671 -0.718058,-0.734496 -0.70563,-1.270164 -0.31728,0.467008 -1.20166,0.497588 -1.017178,0.05561 z"
id="path4922"
sodipodi:nodetypes="csscccccc"
inkscape:label="right-ear-fluff" /><g
id="g29056"
inkscape:label="right-marks"><path
id="path11626"
style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"
d="m 29.192533,18.138428 c -0.133513,0.04163 -0.140149,0.167572 -0.01809,0.208256 0.539833,0.179927 3.260019,0.541796 4.621472,0.925446 0.03204,-0.376985 0.05115,-0.770322 0.06046,-1.170988 -1.191242,-0.272309 -4.087418,-0.142455 -4.663847,0.03729 z"
inkscape:label="right-mark-2"
sodipodi:nodetypes="ssccs" /><path
id="path19714"
style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"
d="m 29.278312,19.937284 c 0.687374,0.156038 3.120978,0.864776 4.396975,1.369489 0.06347,-0.350562 0.121956,-0.738409 0.172599,-1.149284 -1.138574,-0.23375 -3.83609,-0.603482 -4.53114,-0.433392 -0.164585,0.04028 -0.163903,0.184704 -0.03843,0.213187 z"
inkscape:label="right-mark-1"
sodipodi:nodetypes="sccss" /><path
id="path20442"
style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"
d="m 29.50776,16.698206 c -0.13376,0.04083 -0.118863,0.207001 0.0098,0.208772 0.591354,0.0081 3.172424,0.228574 4.314315,0.471192 -0.0057,-0.382423 -0.02498,-0.768373 -0.06046,-1.156002 -1.364141,0.0075 -3.018653,0.09597 -4.263672,0.476038 z"
inkscape:label="right-mark-3"
sodipodi:nodetypes="ssccs" /></g><g
id="g29061"
inkscape:label="left-marks"><path
id="path24342"
style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"
inkscape:label="left-mark-2"
d="m 1.2260623,15.006881 c -0.1185532,0.243185 -0.23350602,0.489931 -0.34468182,0.739489 1.00220282,-0.05956 2.50951272,0.157845 2.69359512,0.113125 0.1680569,-0.04082 0.137826,-0.18631 0.057878,-0.289388 -0.088019,-0.11348 -1.4547794,-0.557832 -2.4067913,-0.563226 z"
sodipodi:nodetypes="ccssc" /><path
id="path28848"
style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"
d="m 1.930414,13.571082 c -0.1324005,0.235154 -0.2613164,0.474011 -0.3865397,0.716235 1.0433813,0.05597 2.3006144,0.391113 2.4932105,0.357963 0.1704398,-0.02934 0.1549425,-0.153222 0.082166,-0.261483 -0.08334,-0.123973 -1.305865,-0.761395 -2.1888363,-0.812711 z"
inkscape:label="left-mark-3"
sodipodi:nodetypes="ccsscc" /><path
id="path28850"
style="fill:#eee64e;fill-opacity:1;stroke:none;stroke-width:0.865;stroke-linecap:round;stroke-linejoin:round"
inkscape:label="left-mark-1"
d="m 0.72591642,16.431964 c -0.1026558,0.243839 -0.2016775,0.49017 -0.29713943,0.739489 C 1.3399925,16.989781 2.8256787,17.004313 3.0013672,16.951937 3.167104,16.902527 3.1294018,16.759312 3.0442586,16.660482 2.9520502,16.553449 1.5411273,16.34044 0.72591642,16.431964 Z"
sodipodi:nodetypes="ccssc" /></g></g><g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Features"
style="display:inline"><path
style="fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.265;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.46432"
d="m 7.3527787,14.424665 c 0.1797912,-1.565032 1.4709763,-2.669662 2.4784762,-2.637439 1.0481491,0.03352 1.7111831,1.106758 1.6559461,1.895304 -0.109337,1.560853 -0.980796,2.946701 -2.4842238,2.935699 -0.9121407,-0.0067 -1.7841833,-1.027265 -1.6501985,-2.193564 z"
id="path22173"
sodipodi:nodetypes="sssss"
inkscape:label="left-eye" /><path
style="fill:#313131;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.46432"
d="m 19.490943,16.103085 c 0.179791,-1.80508 1.475044,-2.789355 2.482544,-2.757132 1.04815,0.03352 1.921875,1.215376 1.852143,2.278752 -0.113562,1.731761 -1.084893,2.877453 -2.588321,2.866451 -0.912141,-0.0067 -1.862721,-1.219882 -1.746366,-2.388071 z"
id="path22173-3"
sodipodi:nodetypes="sssss"
inkscape:label="right-eye" /><path
style="fill:none;stroke:#313131;stroke-width:1.165;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 9.9318896,19.995623 c 0.5486154,1.686713 1.0637784,2.752111 1.5767164,3.423841 0.992384,-0.828422 2.25927,-1.977918 2.761386,-2.480155 0.783749,1.274883 1.856673,2.745088 2.294365,3.345841 1.285631,-1.024786 2.518532,-2.115492 3.025709,-2.688925"
id="path29369"
sodipodi:nodetypes="ccccc"
inkscape:label="mouth" /><path
style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="M 6.1830023,19.578813 C 4.1871054,17.828608 2.4340957,16.609582 1.3611551,16.012965"
id="path1334"
inkscape:label="left-whisker-2"
sodipodi:nodetypes="cc" /><path
style="display:inline;fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="M 5.9107876,21.690708 C 3.9277707,21.232921 1.7485086,21.187496 0.54513174,21.179815"
id="path2116"
sodipodi:nodetypes="cc"
inkscape:label="left-whisker" /><path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="m 23.430617,22.366051 c 2.540328,-0.912678 4.284056,-1.105124 4.982397,-1.142629"
id="path2359"
inkscape:label="right-whisker-2" /><path
style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:1.065;stroke-linecap:round;stroke-opacity:1"
d="m 22.565965,24.701884 c 1.919035,0.580733 3.985374,1.582507 4.971704,2.283901"
id="path2361"
inkscape:label="right-whisker" /></g><metadata
id="metadata30760"><rdf:RDF><cc:Work
rdf:about=""><dc:rights><cc:Agent><dc:title>Blobfox team (https://git.shadamethyst.xyz/adri326/blobfox), licensed under the Apache 2.0 License</dc:title></cc:Agent></dc:rights><dc:title>blobcat</dc:title><dc:creator><cc:Agent><dc:title>Feuerfuchs</dc:title></cc:Agent></dc:creator><dc:source>https://git.shadamethyst.xyz/adri326/blobfox</dc:source></cc:Work></rdf:RDF></metadata></svg>

After

Width:  |  Height:  |  Size: 12 KiB

Loading…
Cancel
Save