Add aww eyes

python-refactor
LostQuasar 2 years ago
parent 910bb0bd4b
commit 9857901226

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" xml:space="preserve" height="128">
<path style="display:inline;fill:#313131;fill-opacity:1;stroke:none;stroke-width:.9999987007874529px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:.46432" d="M71.135 61.197c.026-6.856 5.788-11.693 11.684-11.465 5.644.218 10.693 3.651 10.717 10.445.025 7.122-4.811 11.926-11.192 11.983-5.686.052-11.236-3.849-11.209-10.963z" transform="translate(-46.85 -7.338)"/>
<path style="fill:#fff;stroke-width:.9999987007874529;stroke-linecap:round" d="M78.14 53.73c1.92-1.373 5.289-2.32 7.15-.012 1.863 2.308.68 5.624-2.15 7.035-2.892 1.44-6.012 1.614-7.215-.808-1.204-2.421.426-4.938 2.214-6.216zM84.568 65.072c1.939-1.014 3.265-2.703 4.518-1.387 1.372 1.442-.13 3.808-2.078 4.86-1.95 1.051-5.393 1.222-5.896-.53-.595-2.068 1.298-1.815 3.456-2.943z" transform="translate(-46.85 -7.338)"/>
</svg>

After

Width:  |  Height:  |  Size: 889 B

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" xml:space="preserve" height="128">
<path d="M71.135 61.197c.026-6.856 5.788-11.693 11.684-11.465 5.644.218 10.693 3.651 10.717 10.445.025 7.122-4.811 11.926-11.192 11.983-5.686.052-11.236-3.849-11.209-10.963z" style="display:inline;fill:#313131;fill-opacity:1;stroke:none;stroke-width:.9999987007874529px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:.46432"/>
<path style="fill:#fff;stroke-width:.9999987007874529;stroke-linecap:round" d="M78.14 53.73c1.92-1.373 5.289-2.32 7.15-.012 1.863 2.308.68 5.624-2.15 7.035-2.892 1.44-6.012 1.614-7.215-.808-1.204-2.421.426-4.938 2.214-6.216zM84.568 65.072c1.939-1.014 3.265-2.703 4.518-1.387 1.372 1.442-.13 3.808-2.078 4.86-1.95 1.051-5.393 1.222-5.896-.53-.595-2.068 1.298-1.815 3.456-2.943z"/>
</svg>

After

Width:  |  Height:  |  Size: 815 B

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" xml:space="preserve" height="128">
<path xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" d="M33.652 80.153c-1.845-3.806-1.872-7.545.528-10.056 2.4-2.51 7.012-5.058 9.466-12.65" style="fill:none;fill-opacity:1;stroke:#313131;stroke-width:4.403149432946873;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" style="fill:#313131;fill-opacity:1;stroke:none;stroke-width:.9999987007874529px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M40.35 72.473c3.611-1.97 14.548-2.67 17.07 2.576.404.839-6.115 7.144-10.106 7.135-3.86-.009-7.87-9.217-6.964-9.71z"/>
</svg>

After

Width:  |  Height:  |  Size: 926 B

@ -9,4 +9,4 @@ fox_blush = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg",
fox_happy = ["eyes/left/happy.svg", "eyes/right/happy.svg", "nose/happy.svg", "mouth/w_mouth.svg"]
fox_upset = ["eyes/left/squint.svg", "eyes/right/squint.svg", "nose/squint.svg", "mouth/upset.svg"]
cat_base = ["eyes/left/base.svg", "eyes/right/base.svg", "mouth/cat/w_mouth.svg"]
fox_hand_big_right = ["hand/fox/big_right.svg"]
fox_aww = ["eyes/left/aww.svg", "eyes/right/aww.svg", "nose/aww.svg", "mouth/w_mouth.svg", "overlay/blush.svg"]

@ -4,4 +4,4 @@ arctic_happy_coffee = ["arctic_fur", "fox_happy", "coffee_cup", "arctic_hand_rig
arctic_blush = ["arctic_fur", "fox_blush"]
arctic_upset = ["arctic_fur", "fox_upset"]
cat = ["cat_fur", "cat_base"]
test = ["fox_fur", "fox_hand_big_right"]
arctic_aww = ["arctic_fur", "fox_aww"]

Loading…
Cancel
Save