1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" viewBox=
"-0 0 800 800">
4 .g1
> rect {fill:green;}
5 #g3
> rect {fill:green;}
6 .g4
> #r1 {fill:green;}
7 #g3
> .r5 {fill:green;}
12 <rect x=
"0" y=
"0" height=
"50" width=
"50" fill=
"blue"></rect>
14 <rect x=
"60" y=
"0" height=
"50" width=
"50" fill=
"blue"></rect>
18 <rect x=
"120" y=
"0" height=
"50" width=
"50" fill=
"blue"></rect>
20 <rect x=
"180" y=
"0" height=
"50" width=
"50" fill=
"blue"></rect>
24 <rect id=
"r1" x=
"240" y=
"0" height=
"50" width=
"50" fill=
"blue"></rect>
26 <rect id=
"r1" x=
"300" y=
"0" height=
"50" width=
"50" fill=
"blue"></rect>
30 <rect class=
"r5" x=
"360" y=
"0" height=
"50" width=
"50" fill=
"blue"></rect>
32 <rect class=
"r5" x=
"420" y=
"0" height=
"50" width=
"50" fill=
"blue"></rect>