1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <svg xmlns=
"http://www.w3.org/2000/svg">
4 <pattern id=
"pattern" patternTransform=
"scale(0.1,0.1)" height=
"100" width=
"200" patternUnits=
"userSpaceOnUse">
5 <rect x=
"0" y=
"0" width=
"100" height=
"100" fill=
"blue" />
6 <rect x=
"100" y=
"0" width=
"100" height=
"100" fill=
"red" />
9 <rect x=
"0" y=
"0" width=
"100" height=
"100" fill=
"url(#pattern)" />