1 <svg xmlns=
"http://www.w3.org/2000/svg">
2 <pattern id=
"pattern" patternUnits=
"userSpaceOnUse" width=
"100" height=
"100">
3 <rect x=
"50" y=
"50" width=
"50" height=
"50" fill=
"#008000"/>
4 <set attributeName=
"viewBox" to=
"50 50 50 50" fill=
"freeze"/>
6 <rect width=
"100" height=
"100" fill=
"#ff0000"/>
7 <rect width=
"100" height=
"100" fill=
"url(#pattern)"/>