chromium/third_party/blink/web_tests/external/wpt/css/css-masking/clip-path-svg-content/reference/clip-path-circle-001-ref.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
<g id="testmeta">
	<title>CSS Masking: Reftest reference</title>
	<html:link rel="author" title="Dirk Schulze" href="mailto:[email protected]"/>
</g>
<clipPath id="clip1" clipPathUnits="objectBoundingBox">
	<circle cx="0.25" cy="0.25" r="0.25"/>
</clipPath>
<rect width="200" height="200" fill="green" clip-path="url(#clip1)"/>
</svg>