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