12345678910 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <polygon
- points="38,15 40,15 40,85 38,85 15,60 4,60 4,40 15,40 "
- style="fill: black; fill-opacity: 0.7; stroke: black;stroke-width: 2;"/>
- <path style="fill:#FF3D3D;stroke:#730000;stroke-width:3;" d="M 54,25 46,34 62,50 46,67 54,75 71,59 87,75 95,67 80,50 95,33 87,25 71,41 z"/>
- </svg>
|