29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||
|
<!-- Fixed by Zergling_man -->
|
||
|
<!-- This has not a single shred of inkscape left in it tbh-->
|
||
|
|
||
|
<svg
|
||
|
width="100mm"
|
||
|
height="100mm"
|
||
|
viewBox="0 0 100 100"
|
||
|
version="1.1"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||
|
<rect id="shoulders" x="40" y="10" width="20" height="80" fill="#883311" rx="10" ry="80" />
|
||
|
<defs>
|
||
|
<linearGradient id="head_colour">
|
||
|
<stop style="stop-color:#888888;stop-opacity:1;" offset="0" />
|
||
|
<stop style="stop-color:#222222;stop-opacity:1;" offset="1" />
|
||
|
</linearGradient>
|
||
|
<radialGradient xlink:href="#head_colour" id="head_fill"
|
||
|
cx="50" cy="50" fx="50" fy="50" r="25" gradientUnits="userSpaceOnUse" />
|
||
|
</defs>
|
||
|
<mask id="hair_mask">
|
||
|
<rect x="0" y="30" width="50" height="40" fill="white" />
|
||
|
</mask>
|
||
|
<circle id="hair" cx="50" cy="50" r="30" style="fill:#dddd00" mask="url(#hair_mask)" />
|
||
|
<circle id="head" cx="50" cy="50" r="25" style="fill:url(#head_fill)" />
|
||
|
</svg>
|