12345678910 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <ellipse cx="50" cy="20" rx="35" ry="10" style="stroke-width:5; stroke:#222222; fill:#00FF00; fill-opacity: 0.5;"/>
- <ellipse cx="50" cy="80" rx="35" ry="10" style="stroke-width:2; stroke:#222222; fill:#00FF00"/>
- <path style="fill:#00FF00;fill-opacity:0.5;stroke:#222222;stroke-width:3;" d="m 15,22 c 6,5 16,8 36,8 20,0 30,-4 34,-8 l 0,59 C 82,87 67,90 50,90 34,90 18,87 15,81 z"/>
- <path style="fill:none;stroke:#222222;stroke-width:3.5" d="m 15,21 c 0,0 0,0 0,61 7,6 22,8 37,8 14,0 27,-2 33,-9 0,0 0,-58 0,-60"/>
- </svg>
|