mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-13 11:30:02 +00:00
8 lines
213 B
XML
8 lines
213 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="50" height="50" fill="blue"/>
|
|
<g>
|
|
<rect x="60" width="50" height="50" fill="blue"/>
|
|
</g>
|
|
<rect x="120" width="50" height="50" fill="blue"/>
|
|
</svg>
|