summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path-svg-content/reference/mask-content-clip-001-ref.svg
blob: 0aa523330490cc4d2c5daca24155cfb9394dc7ae (plain)
1
2
3
4
5
6
7
8
9
10
<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:dschulze@adobe.com"/>
</g>
<mask id="mask" x="0" y="0" width="1" height="1">
	<circle cx="100" cy="100" r="50" fill="white"/>
</mask>
<rect x="0" y="0" height="200" width="200" fill="green" mask="url(#mask)"/>
</svg>