1 <svg xmlns=
"http://www.w3.org/2000/svg">
4 <rect width=
"100" height=
"100" opacity=
".4"/>
5 <rect/> <!-- trigger render-to-image-buffer mode -->
9 <!-- Should result in a 100x100 green square -->
10 <rect width=
"200" height=
"200" fill=
"red" clip-path=
"url(#clip)"/>
11 <rect width=
"100" height=
"100" fill=
"green"/>