1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/use-02-extref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<?xml version="1.0"?> 1.5 +<svg xmlns="http://www.w3.org/2000/svg" 1.6 + xmlns:xlink="http://www.w3.org/1999/xlink"> 1.7 + <g color="forestgreen"> 1.8 + <defs> 1.9 + <linearGradient id="linearGrad1" gradientUnits="objectBoundingBox" y1="0" x1="0" y2="1" x2="1"> 1.10 + <stop offset="0%" stop-color="royalblue"/> 1.11 + <stop offset="33%" stop-color="white"/> 1.12 + <stop offset="50%" stop-color="darkblue"/> 1.13 + <stop offset="66%" stop-color="white"/> 1.14 + <stop offset="100%" stop-color="royalblue"/> 1.15 + </linearGradient> 1.16 + 1.17 + <radialGradient id="radialGrad1" gradientUnits="objectBoundingBox" cx="0.5" cy="0.5" r="0.5" fx="0.15" fy="0.15"> 1.18 + <stop offset="00%" stop-color="royalblue"/> 1.19 + <stop offset="33%" stop-color="white"/> 1.20 + <stop offset="50%" stop-color="darkblue"/> 1.21 + <stop offset="66%" stop-color="white"/> 1.22 + <stop offset="100%" stop-color="royalblue"/> 1.23 + </radialGradient> 1.24 + </defs> 1.25 + 1.26 + <use xlink:href="use-02-extref-resource.svg#rect1" fill="url(#linearGrad1)"/> 1.27 + <use xlink:href="use-02-extref-resource.svg#rect2" fill="currentColor"/> 1.28 + <use xlink:href="use-02-extref-resource.svg#rect3"/> 1.29 + <use xlink:href="use-02-extref-resource.svg#rect4"/> 1.30 + </g> 1.31 +</svg>