5 lines
293 B
XML
5 lines
293 B
XML
<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>
|