-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_male.go
29 lines (24 loc) · 2.41 KB
/
default_male.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package avatar
const maleDefaultHair = `<g>
<path fill="{hair}" d="M42.06,50.33c-.13,1.85,.5,5.39,1.01,7.45,.36,.21,.48,.18,.84,.42,.1,.09,.06,1.82,.14,1.91h.72c-.17-1.2,.22-5.93,1.18-13.15,.88-6.64,4.38-7.08,4.38-7.08,15.47,4.13,27.41,.16,27.41,.16,3.37,2.7,2.93,4.4,3.73,9.78,.88,4.45,1.12,8.4,1.56,10.53l.9-.05c.09-.2,.06-2.07,.18-2.1,.65-.27,.54-.25,.84-.38,0,0,1.15-4.76-.14-8.81,1.14-4.79,.52-8.13,.52-8.13,1.65-4.95-4.84-11.64-4.84-11.64-1.84-4.93-7.04-4.13-7.04-4.13-.15-1.43-2.91-2.54-3.68-3.25-.77-.71-4.59,1.98-4.59,1.98-4.44-3.81-8.42-.95-8.42-.95-4.9-.48-6.43,4.45-6.43,4.45-3.68,.48-3.37,3.34-3.37,3.34-1.84,.95-2.14,4.45-2.14,4.45-4.13,2.07-2.96,4.77-2.96,4.77-1.89,3.02,.21,10.45,.21,10.45Z" />
<path fill="{hair_highlight}" d="M57.59,23.84s-2.3,11.51,5.76,17.19c0,0-5.68-4.75-5.76-17.19Z" />
<path fill="{hair_highlight}" d="M59.53,41.04s-10.43-.94-11.73-9.93c0,0,2.3,7.27,11.73,9.93Z" />
<path fill="{hair_highlight}" d="M53.67,25.93s-1.12,7.55,5.14,12.16c0,0-8.56-4.46-5.14-12.16Z" />
</g>`
const maleDefaultDress = `<g>
<path fill="{dress}" d="M99.9,115.8c-1.1-8.2-7.5-13-14.3-17.1-3.1-1.8-5.8-3.8-8.1-5.6-3.1,4.4-8.1,7.2-13.9,7.2s-10.6-2.7-13.6-6.8c-2.1,1.7-4.7,3.5-7.6,5.3-6.6,4.1-13.1,9-14.3,17.1-1.1,8.2-1.4,12.1-1.4,12.1H101.3c0-.1-.2-4-1.4-12.2Z" />
<path fill="{dress_shadow}" d="M78.9,94.1c-.4-.3-.8-.7-1.2-1-3.1,4.4-8.1,7.2-13.9,7.2s-10.6-2.7-13.6-6.8c-.4,.3-.8,.7-1.3,1,2.9,5.3,8.6,9,15,9,6.4-.1,12.2-3.9,15-9.4Z" />
</g>`
const maleDefaultEye = `<g>
<path d="M56.3,58.2c0.9,0.8,1.1,2.5,0.5,3.6c-0.7,1.2-2,1.4-2.9,0.6c-0.9-0.8-1.1-2.5-0.5-3.6C54,57.7,55.3,57.4,56.3,58.2z"/>
<path d="M71.9,58.2c-0.9,0.8-1.1,2.5-0.5,3.6c0.7,1.2,2,1.4,2.9,0.6c0.9-0.8,1.1-2.5,0.5-3.6C74.1,57.7,72.8,57.4,71.9,58.2z"/>
</g>`
const maleDefaultEyebrow = `<g>
<path fill="{hair_shadow}" d="M57.69,55.11h-7c-.55,0-1-.45-1-1h0c0-.55,8-1,8-1,.55,0,1,.45,1,1h0c0,.55-.45,1-1,1Z" />
<path fill="{hair_shadow}" d="M70.42,55.11h7c.55,0,1-.45,1-1h0c0-.55-8-1-8-1-.55,0-1,.45-1,1h0c0,.55,.45,1,1,1Z" />
</g>`
const maleDefaultMouth = `<g>
<path fill="#852325" d="M68.7,71.4h-9.4c-0.2,0-0.3,0.4-0.2,0.7c0.8,1.6,2.7,2.7,5,2.7c2.1,0,4.1-1.1,4.9-2.6C69.1,71.9,69,71.4,68.7,71.4z"/>
<path fill="#D02D2F" d="M68,73.4c-0.7-1-2.2-1.6-4-1.6c-1.7,0-3.3,0.7-4,1.6c1,0.9,2.4,1.5,4,1.5C65.5,74.8,67,74.3,68,73.4z"/>
<path fill="white" d="M68.7,71.4h-9.4c0.3,0.4,0.7,0.9,1.3,1c1,0.2,3.4,0.2,3.4,0.2l0,0l0,0c0,0,2.3,0,3.4-0.2C68,72.3,68.4,71.8,68.7,71.4z"/>
</g>`