mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
9 lines
249 B
XML
9 lines
249 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<g>
|
||
|
<rect x="20" y="20" width="160" height="160" stroke-width="10"
|
||
|
stroke="black" fill="red" />
|
||
|
<rect x="20" y="0" width="20" height="20" stroke="none"
|
||
|
fill="turquoise" />
|
||
|
</g>
|
||
|
</svg>
|