blob: 2ec702dfb23996b8628a3e67e258d1ee4b08836a (
plain)
1
2
3
4
5
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="200" height="200" style="shape-rendering: crispEdges">
<rect x="0" y="0" width="200" height="200" fill="red"/>
<rect x="-1" y="99" width="11" height="22" fill="lime"/>
<rect x="10" y="99" width="11" height="22" fill="blue"/>
</svg>
|