зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
301 B
XML
7 строки
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>
|