clip-path-url-reference-external.html (482B)
1 <!DOCTYPE html> 2 <title>Referencing an <clipPath> element in an external resource</title> 3 <link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths"> 4 <link rel="help" href="http://www.w3.org/TR/css-masking-1/#the-clip-path"> 5 <link rel="match" href="reference/green-circle-100x100.html"> 6 <meta name="fuzzy" content="0-36; 0-384"> 7 <div style="width: 100px; height: 100px; background-color: green; 8 clip-path: url(support/resources.svg#circleClip)"></div>