mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
7 lines
301 B
XML
7 lines
301 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<rect x="20" y="20" width="160" height="60" stroke="red" stroke-width="10"
|
||
|
fill-opacity="0.5" stroke-opacity="0.5" />
|
||
|
<rect x="20" y="120" width="160" height="60" stroke="red" stroke-width="10"
|
||
|
fill-opacity="0.5" stroke-opacity="0.5" />
|
||
|
</svg>
|