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