1 <?xml version=
"1.0" encoding=
"UTF-8" standalone=
"no"?>
3 xmlns:
svg=
"http://www.w3.org/2000/svg"
4 xmlns=
"http://www.w3.org/2000/svg"
5 xmlns:
xlink=
"http://www.w3.org/1999/xlink"
7 <rect fill=
"red" x=
"0" y=
"0" width=
"200" height=
"200" />
8 <rect x=
"200" y=
"0" fill=
"none" width=
"200" height=
"200" transform=
"translate(-200,0)" id=
"crect" />
9 <clipPath id=
"clip"><use xlink:
href=
"#crect" /></clipPath>
10 <rect fill=
"green" stroke=
"none" x=
"0" y=
"0" width=
"400" height=
"200" clip-path=
"url(#clip)" />