1 <svg xmlns=
"http://www.w3.org/2000/svg" width=
"100" height=
"100">
3 <pattern id=
"green" x=
"0" y=
"0" width=
"100" height=
"100">
4 <rect x=
"0" y=
"0" width=
"100" height=
"100" fill=
"green"/>
7 <rect x=
"0" y=
"0" width=
"100" height=
"100" fill=
"red" />
8 <rect x=
"0" y=
"0" width=
"100" height=
"100" fill=
"url(#green)" />