1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <defs>
- <radialGradient
- id="RG1" cx="50" cy="50" fx="50" fy="50" r="60"
- gradientUnits="userSpaceOnUse">
- <stop style="stop-color:#045F00;stop-opacity:1;" offset="1"/>
- <stop style="stop-color:#ACFFB1;stop-opacity:1;" offset="0"/>
- </radialGradient>
- </defs>
-
- <path style="fill:url(#RG1);fill-opacity:1;fill-rule:nonzero;stroke:#444444;stroke-width:4" d="M 50,2 C 44,8 35,20 10,10 11,60 10,80 50,98 90,80 91,64 90,10 65,20 55,8 50,2 z"/>
- <path style="fill:#35ff35;fill-opacity:0.7;stroke:#007300;stroke-width:2;stroke-opacity:0.8" d="M 31,33 C 34,36 46,61 48,72 52,65 52,53 86,21 72,27 57,40 47,49 45,46 40,39 31,33"/>
- </svg>
|