Bug 828157 - Reftest to test that the focal point of a radialGradient is handled correctly. r=Bas

This commit is contained in:
Jonathan Watt 2013-03-12 15:55:50 -04:00
parent 249037f0d4
commit 291da49cc7
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg">
<title>Testcase for gradient with offset focal point</title>
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=828157 -->
<rect width="100%" height="100%" fill="lime"/>
<radialGradient id="g" r="50%" fy="0%">
<stop stop-color="lime" offset="0%"/>
<stop stop-color="lime" offset="100%"/>
<stop stop-opacity="0" offset="100%"/>
</radialGradient>"
<circle cx="50" cy="50" r="48" fill="red"/>
<rect width="100" height="100" fill="url(#g)"/>
</svg>

After

Width:  |  Height:  |  Size: 642 B

View File

@ -244,6 +244,7 @@ pref(svg.paint-order.enabled,true) == paint-order-03.svg paint-order-03-ref.svg
== radialGradient-basic-01.svg pass.svg
== radialGradient-basic-02.svg pass.svg
== radialGradient-basic-03.svg radialGradient-basic-03-ref.svg
== radialGradient-basic-04.svg pass.svg
== rect-01.svg pass.svg
== rect-02.svg pass.svg
== rect-03.svg pass.svg