1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 <rect id=
"rect1" width=
"200" height=
"200" fill=
"green" />
5 <rect width=
"100" height=
"100" fill=
"red" />
7 <rect id=
"rect2" width=
"200" height=
"200" fill=
"green" />
9 <rect width=
"100" height=
"100" fill=
"red" />
13 <text x=
"0" y=
"120">Test for WK89633: test passes if there are
4 green squares.
</text>
14 <g transform=
"translate(0, 0)">
15 <use xlink:
href=
"#rect1" clip-path=
"url(#clip1)"/>
17 <g transform=
"translate(120, 0)">
18 <use xlink:
href=
"#rect2" clip-path=
"url(#clip2)"/>
20 <g transform=
"translate(240, 0)">
21 <use xlink:
href=
"#rect1" clip-path=
"url(#clip2)"/>
23 <g transform=
"translate(360, 0)">
24 <use xlink:
href=
"#rect2" clip-path=
"url(#clip1)"/>