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 H375 V375 H100 Z" stroke="#ff0000" stroke-width="3.0" fill="none"/>
|
|
<path id="square_green" d="M200 200 H475 V475 H200 Z" stroke="#00ff00" stroke-width="3.0" fill="none"/>
|
|
<path id="square_blue" d="M300 300 H575 V575 H300 Z" stroke="#0000ff" stroke-width="3.0" fill="none"/>
|
|
</svg>
|