Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
fix: fix ear and hair position
Browse files Browse the repository at this point in the history
  • Loading branch information
wjq990112 committed Jun 16, 2021
1 parent 9b78011 commit 5861847
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Ear/Small.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineComponent({
<path
d="M30.5 6.17556C28.17 5.40834 25.6547 5 23.08 5C12.5866 5 4.08007 11.5 5.08001 23.5C6.12162 36 13.5866 40.5 24.08 40.5C25.2476 40.5 26.3906 40.3975 27.5 40.2011C28.7105 39.9869 29.8811 39.6609 31 39.2347"
stroke="#171921"
stroke-width="8"
stroke-width="9"
/>
<path
d="M31.5 39.0361C29.2204 39.9786 26.7127 40.5 24.08 40.5C13.5866 40.5 6.12162 36 5.08001 23.5C4.08007 11.5 12.5866 5 23.08 5C26.2175 5 29.2667 5.60635 32 6.72957L31.5 39.0361Z"
Expand Down
4 changes: 4 additions & 0 deletions src/Hair/Mohawk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export default defineComponent({
opacity="0.35"
d="M187.986 80.1756C179.986 73.7756 166.153 73.1758 160.486 73.6758L152.486 47.1758C166.086 50.3758 184.486 71.1758 187.986 80.1756Z"
fill={subColor}
stroke={subColor}
stroke-width="1"
/>
<path
d="M85.7923 14.7636C85.7923 14.7636 91.5301 10.802 115.746 4.70097C139.963 -1.40007 148.792 0.983287 148.792 0.983287L160.581 73.815C160.581 73.815 152.542 73.6416 132.548 78.0085C112.555 82.3754 102.986 87.6748 102.986 87.6748L85.7923 14.7636Z"
Expand All @@ -52,6 +54,8 @@ export default defineComponent({
opacity="0.35"
d="M67.4855 133.675C60.2855 106.475 89.4855 91.8415 102.985 87.6749C95.9855 71.3415 79.9854 56.6749 60.4854 74.6756C42.4854 105.175 49.4855 128.676 54.9855 146.675L67.4855 133.675Z"
fill={subColor}
stroke={subColor}
stroke-width="1"
/>
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion src/Hair/Thick.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineComponent({
<svg
style={{
position: 'absolute',
bottom: '40.3%',
bottom: '40.2%',
width: '93.5%',
height: '64%',
}}
Expand Down

0 comments on commit 5861847

Please sign in to comment.