1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/clipPath-basic-06.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!-- 1.5 + Any copyright is dedicated to the Public Domain. 1.6 + http://creativecommons.org/publicdomain/zero/1.0/ 1.7 +--> 1.8 +<svg xmlns="http://www.w3.org/2000/svg" 1.9 + xmlns:xlink="http://www.w3.org/1999/xlink"> 1.10 + 1.11 + <title>Testcase for non-rectilinear clipPath</title> 1.12 + 1.13 + <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=797231 --> 1.14 + 1.15 + <clipPath id="cp"> 1.16 + <ellipse cx="60" cy="60" rx="60" ry="60"/> 1.17 + </clipPath> 1.18 + 1.19 + <rect width="100%" height="100%" fill="lime"/> 1.20 + <circle cx="60" cy="60" r="58" fill="red"/> 1.21 + <rect width="200" height="200" fill="lime" clip-path="url(#cp)"/> 1.22 + 1.23 +</svg> 1.24 +