forked from miklo/svg2ild
7 lines
453 B
XML
7 lines
453 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000" viewBox="0 0 1000 1000">
|
|
<path id="square_red" d="M100 100 H125 V125 H100 Z" stroke="#ff0000" stroke-width="3.0" fill="none"/>
|
|
<path id="square_green" d="M200 200 H225 V225 H200 Z" stroke="#00ff00" stroke-width="3.0" fill="none"/>
|
|
<path id="square_blue" d="M300 300 H325 V325 H300 Z" stroke="#0000ff" stroke-width="3.0" fill="none"/>
|
|
</svg>
|