1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 <rect id=
"rect" x=
"0" y=
"0" width=
".2" height=
".2"/>
4 <clipPath id=
"clip" clipPathUnits=
"objectBoundingBox">
5 <use x=
".4" y=
".4" xlink:
href=
"#rect" transform=
"rotate(45, .5, .5)"/>
8 <rect x=
"0" y=
"0" height=
"300" width=
"300" style=
"fill:green;clip-path:url(#clip);"/>