forked from miklo/svg2ild
1
0
Fork 0
svg2ild/tests/animation/rgb013.svg

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 H425 V425 H100 Z" stroke="#ff0000" stroke-width="3.0" fill="none"/>
<path id="square_green" d="M200 200 H525 V525 H200 Z" stroke="#00ff00" stroke-width="3.0" fill="none"/>
<path id="square_blue" d="M300 300 H625 V625 H300 Z" stroke="#0000ff" stroke-width="3.0" fill="none"/>
</svg>