forked from amethyst/blobfox
parent
37c5ebad68
commit
d3881ed2d1
After Width: | Height: | Size: 397 B |
@ -0,0 +1,25 @@
|
||||
{{>header}}
|
||||
{{>body}}
|
||||
|
||||
{{>eyes}}
|
||||
|
||||
<defs>
|
||||
<clipPath id="clip-heart">
|
||||
{{#heart}}#heart{{/heart}}
|
||||
</clipPath>
|
||||
</defs>
|
||||
|
||||
<g blobfox-only-size="true">
|
||||
{{#heart}}#heart{{/heart}}
|
||||
</g>
|
||||
|
||||
<g clip-path="url(#clip-heart)" blobfox-ignore-size="true">
|
||||
<g transform="rotate(9) scale(1.05 1.05) translate(10 45)">
|
||||
{{#flag_agender}}{{/flag_agender}}
|
||||
</g>
|
||||
</g>
|
||||
|
||||
{{#set-fill}} rgba(255,255,255,0.5) | {{#heart}}#heart-reflection{{/heart}} {{/set-fill}}
|
||||
|
||||
{{>hands}}
|
||||
{{>footer}}
|
Loading…
Reference in new issue