ronin/media/graphics/grid.svg
2017-05-21 09:26:25 -10:00

5 lines
283 B
XML

<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
<circle cx="20" cy="20" r="2" fill="#ddd"></circle>
<line x1="20" y1="0" x2="20" y2="40" stroke="#ddd"></line>
<line x1="0" y1="20" x2="40" y2="20" stroke="#ddd"></line>
</svg>