gecko/layout/reftests/svg/smil/style/anim-css-strokewidth-4-ref.svg

30 lines
1.0 KiB
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg">
<rect x="20pt" y="20pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 30px">
</rect>
<rect x="70pt" y="20pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 30px">
</rect>
<rect x="120pt" y="20pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 27px">
</rect>
<rect x="20pt" y="70pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 22.5px">
</rect>
<rect x="70pt" y="70pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 20.1px">
</rect>
<rect x="120pt" y="70pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 15px">
</rect>
<rect x="20pt" y="120pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 14px">
</rect>
<rect x="70pt" y="120pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 10px">
</rect>
<rect x="120pt" y="120pt" width="15pt" height="15pt" stroke="blue"
style="stroke-width: 10px">
</rect>
</svg>