mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
22 lines
302 B
XML
22 lines
302 B
XML
<?xml version="1.0" ?>
|
|
<svg
|
|
width="300" height="100"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<style type="text/css">
|
|
|
|
rect
|
|
{
|
|
fill: #8f8;
|
|
}
|
|
|
|
</style>
|
|
|
|
<rect x="0" y="0" width="100" height="100" />
|
|
|
|
<rect x="100" y="0" width="100" height="100" />
|
|
|
|
<rect x="200" y="0" width="100" height="100" />
|
|
|
|
</svg>
|