1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/pattern-live-01-ref.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" 1.5 + xmlns:xlink="http://www.w3.org/1999/xlink"> 1.6 + 1.7 +<pattern patternUnits="userSpaceOnUse" id="pat1" width="20" height="20"> 1.8 + <rect x="10" y="10" width="10" height="10" fill="green" id="green" /> 1.9 +</pattern> 1.10 + 1.11 +<rect x="25" y="25" width="430" height="60" stroke="black" fill="url(#pat1)" /> 1.12 + 1.13 +</svg>