1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
4 <!-- fill and stroke properties should be ignored -->
5 <text x=
"40" y=
"160" style=
"font-size:80px;font-weight:bold;fill:none;stroke-width:10;stroke:red;">CLIP
</text>
8 <rect x=
"40" y=
"40" height=
"300" width=
"300" style=
"fill:green;clip-path:url(#clip);"/>