You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
615 B
19 lines
615 B
2 years ago
|
{{! Left ear }}
|
||
|
{{#set-fill}} {{vars.ear_color}} | {{#snuggle_right}}#left-ear{{/snuggle_right}} {{/set-fill}}
|
||
|
|
||
|
{{! Body }}
|
||
|
<defs>
|
||
|
<clipPath id="body-snuggle-clip">
|
||
|
{{#snuggle_right}}#body{{/snuggle_right}}
|
||
|
</clipPath>
|
||
|
</defs>
|
||
|
{{#set-fill}} {{vars.body_color}} | {{#snuggle_right}}#body{{/snuggle_right}} {{/set-fill}}
|
||
|
|
||
|
{{! Right ear }}
|
||
|
{{#set-fill}} {{vars.ear_color}} | {{#snuggle_right}}#right-ear{{/snuggle_right}} {{/set-fill}}
|
||
|
{{#set-fill}} {{vars.ear_fluff_color}} | {{#snuggle_right}}#right-ear-fluff{{/snuggle_right}} {{/set-fill}}
|
||
|
|
||
|
<g transform="rotate(-12 45 75)">
|
||
|
{{>whiskers}}
|
||
|
</g>
|