gecko/layout/reftests/svg/smil/style/anim-css-fill-1-ref.svg

33 lines
949 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg">
<style>
rect { stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
style="fill: #4B0082">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
style="fill: #4B0082">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
style="fill: #652593">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
style="fill: #8B5CAD">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
style="fill: #9F79BB">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
style="fill: #CBB8D8">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
style="fill: #D3C4DE">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
style="fill: #F5F5F5">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
style="fill: #F5F5F5">
</rect>
</svg>