Add person

master
Simon Bruder 2022-12-27 16:09:02 +01:00
parent 3c78d63a56
commit 29d4b0a4a0
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 33 additions and 0 deletions

View File

@ -47,5 +47,38 @@
</polygon>
<!-- Fill in your code here!-->
<g id="sack">
<circle cx="780" cy="730" r="150" fill="#643500"/>
</g>
<g id="body">
<circle cx="640" cy="810" r="200" fill="red"/>
<circle cx="540" cy="980" r="50" fill="black"/>
<circle cx="740" cy="980" r="50" fill="black"/>
<circle cx="440" cy="810" r="45" fill="white"/>
</g>
<g id="face">
<circle cx="640" cy="560" r="100" fill="#f8dec0"/>
<ellipse cx="620" cy="560" rx="15" ry="25" fill="white"/>
<circle cx="620" cy="560" r="7" fill="black"/>
<ellipse cx="660" cy="560" rx="15" ry="25" fill="white"/>
<circle cx="660" cy="560" r="7" fill="black"/>
<ellipse cx="640" cy="590" rx="30" ry="20" fill="crimson"/>
</g>
<g id="hat">
<rect x="545" y="510" width="190" height="20" fill="white"/>
<path d="M545 510 c0 -50 75 -150 190 -150 c-20 20 -40 75 0 150" fill="red"/>
<circle cx="735" cy="360" r="20" fill="white"/>
</g>
<g id="beard">
<polygon points="0 0 170 0 85 140" fill="white" transform="translate(555,612.5)"/>
</g>
<g id="hand">
<circle cx="800" cy="675" r="50" fill="white"/>
<path d="M 800 665 L 800 685 M 790 675 L 810 675" stroke-width="25" stroke-linecap="round" stroke="#643500"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB