2 <svg width=
"200" height=
"400">
3 <linearGradient id=
"gradient" x1=
"0" x2=
"0" y1=
"0" y2=
"1">
4 <stop offset=
"0" stop-color=
"green"/>
5 <stop offset=
"0.99" stop-color=
"green"/>
6 <stop offset=
"1" stop-color=
"red"/>
8 <pattern id=
"pattern" x=
"0" y=
"0" width=
"1" height=
"1" viewBox=
"0 0 10 10">
9 <rect width=
"10" height=
"10" fill=
"lime"/>
10 <rect width=
"5" height=
"5" fill=
"green"/>
11 <rect x=
"5" y=
"5" width=
"5" height=
"5" fill=
"green"/>
13 <rect width=
"100%" height=
"100%" fill=
"gray"/>
14 <g font-size=
"100px" font-family=
"Ahem">
15 <g fill=
"url(#pattern)">
16 <rect y=
"200" width=
"1em" height=
"1em"/>
17 <rect y=
"300" width=
"1em" height=
"1em"/>
19 <g fill=
"url(#gradient)">
20 <rect x=
"100" y=
"200" width=
"1em" height=
"1em"/>
21 <rect x=
"100" y=
"300" width=
"1em" height=
"1em"/>