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

33 lines
999 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg">
<style>
rect { fill: blue; stroke: black; }
</style>
<rect x="20pt" y="20pt" width="15pt" height="15pt"
style="fill-opacity: 1">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt"
style="fill-opacity: 1">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt"
style="fill-opacity: 0.85">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt"
style="fill-opacity: 0.625">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt"
style="fill-opacity: 0.505">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt"
style="fill-opacity: 0.25">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt"
style="fill-opacity: 0.2">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt"
style="fill-opacity: 0.0">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt"
style="fill-opacity: 0.0">
</rect>
</svg>