Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testing that spreadMethod="reflect" works</title>
<linearGradient id="g" gradientUnits="objectBoundingBox"
x1="0" x2="0.5" spreadMethod="reflect">
<stop stop-color="blue" offset="0"/>
<stop stop-color="yellow" offset="1"/>
</linearGradient>
<rect width="200" height="100" fill="url(#g)"/>
</svg>