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" />
9 <text x=
"0" y=
"120">Test for WK89633: test passes if there are
4 green squares.
</text>
10 <g transform=
"translate(0, 0)">
11 <use xlink:
href=
"#rect1" clip-path=
"url(#clip1)"/>
13 <g transform=
"translate(120, 0)">
14 <use xlink:
href=
"#rect2" clip-path=
"url(#clip2)"/>
16 <g transform=
"translate(240, 0)">
17 <use xlink:
href=
"#rect1" clip-path=
"url(#clip2)"/>
19 <g transform=
"translate(360, 0)">
20 <use xlink:
href=
"#rect2" clip-path=
"url(#clip1)"/>
24 <rect id=
"rect2" width=
"200" height=
"200" fill=
"green" />
26 <rect width=
"100" height=
"100" fill=
"red" />