layout/reftests/svg/clipPath-winding-01.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/svg/clipPath-winding-01.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
     1.5 +
     1.6 +  <title>Testcase for clipPath with evenodd winding</title>
     1.7 +  
     1.8 +  <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=525363 -->
     1.9 +
    1.10 +  <defs>
    1.11 +    <clipPath id="clip">
    1.12 +      <path clip-rule="evenodd" d="M100,100 l 50,0 0,50 -50,0 0,-50 50,0 0,50 -50,0 0,-50z"/>
    1.13 +    </clipPath>
    1.14 +  </defs>
    1.15 +
    1.16 +  <rect width="100%" height="100%" fill="lime"/>
    1.17 +
    1.18 +  <rect width="100%" height="100%" fill="red" clip-path="url(#clip)"/>
    1.19 +
    1.20 +</svg>

mercurial