Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / svg / custom / large-bounding-box-percents.svg
blob5376e82bf0e97e19aedfd55f2a686013cf0e8421
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <radialGradient id="myradial" r="5">
3 <stop offset="0" style="stop-color: green"/>
4 <stop offset="1" style="stop-color: red"/>
5 </radialGradient>
6 <rect x='0' y='0' width='100' height='100' style="fill:url(#myradial)"/>
7 </svg>