Bug 368840 - Reftests for edge case gradients and fallback colours.
|
@ -0,0 +1,13 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for fallback colours</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="red"/>
|
||||
<line x1="0%" y1="50%" x2="100%" y2="50%" stroke="url(#null) lime" stroke-width="200%"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 432 B |
|
@ -0,0 +1,13 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for fallback colours</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="red"/>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="url(#null) lime"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 415 B |
|
@ -0,0 +1,12 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Reference for fallback colours</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="black"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 345 B |
|
@ -0,0 +1,12 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for fallback colours</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<line x1="0%" y1="50%" x2="100%" y2="50%" stroke="url(#null)" stroke-width="200%"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 366 B |
|
@ -0,0 +1,12 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for fallback colours</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="url(#null)"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 351 B |
|
@ -0,0 +1,21 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for fallback colours</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
<!-- See also http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-pservers-grad-17-b.html -->
|
||||
|
||||
<defs>
|
||||
<linearGradient id="grad">
|
||||
<stop offset="0" stop-color="black"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="red"/>
|
||||
<line x1="0%" y1="50%" x2="100%" y2="50%" stroke="url(#grad) lime" stroke-width="200%"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 693 B |
|
@ -0,0 +1,18 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for gradient</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<defs>
|
||||
<!-- No stops, like fill = none -->
|
||||
<linearGradient id="nostops" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="0"/>
|
||||
</defs>
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="lime"/>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="url(#nostops)"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 578 B |
|
@ -0,0 +1,20 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for gradient</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<defs>
|
||||
<!-- One stop, like fill = stop-color -->
|
||||
<linearGradient id="onestop" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop stop-color="lime" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="red"/>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="url(#onestop)"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 654 B |
|
@ -0,0 +1,18 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for gradient</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<defs>
|
||||
<!-- No stops, like fill = none -->
|
||||
<radialGradient id="nostops" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="0"/>
|
||||
</defs>
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="lime"/>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="url(#nostops)"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 578 B |
|
@ -0,0 +1,20 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/licenses/publicdomain/
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" >
|
||||
|
||||
<title>Testcase for gradient</title>
|
||||
|
||||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=368840 -->
|
||||
|
||||
<defs>
|
||||
<!-- One stop, like fill = stop-color -->
|
||||
<radialGradient id="onestop" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop stop-color="lime" offset="1"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="red"/>
|
||||
<rect x="0%" y="0%" width="100%" height="100%" fill="url(#onestop)"/>
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 654 B |