svg-clip-path-ellipse-offset.html (539B)
1 <!DOCTYPE html> 2 <title>CSS Test: ellipse clip-path on svg graphics element with offset</title> 3 <link rel="help" href="https://crbug.com/1286412"> 4 <link rel="help" href="https://drafts.fxtf.org/css-masking/#the-clip-path"> 5 <link rel="match" href="svg-clip-path-ellipse-offset-ref.html"> 6 <!-- Allow antialised pixel differences along the edge of the ellipse --> 7 <meta name="fuzzy" content="maxDifference=0-69; totalPixels=0-394"> 8 <svg> 9 <rect x="30" y="30" width="100" height="100" fill="green" style="clip-path: ellipse(40% 50%)"/> 10 </svg>