summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path-svg-content/reference/clip-path-precision-001-ref.svg
blob: 4c83c9def7e9f4b691f8bb089c4e2441d4731d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml"
	 xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="testmeta">
	<title>CSS Masking: Reftest reference</title>
	<html:link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com"/>
</g>
<defs>
	<g id="paths">
	<path d="M10 10 h20 v20 h-20 v-20 m1 1 v18 h18 v-18 h-18"/>
	<rect x="19" y="19" width="2" height="2" />
	<rect x="5.51" y="0.51" width="2" height="32.3" fill="white"/>
	<rect x="35.4" y="0.51" width="2" height="32.3" fill="white"/>
	</g>
</defs>
<use xlink:href="#paths" fill="green"/>
<use xlink:href="#paths" fill="green" x="30"/>
<use xlink:href="#paths" fill="green" x="60"/>
</svg>