1 <?xml version=
"1.0" standalone=
"no"?>
2 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" version=
"1.0" width=
"100" height=
"100">
4 <symbol id=
"s" viewBox=
"0 0 1 2">
5 <rect fill=
"green" width=
"1" height=
"2" />
7 <symbol id=
"s1" viewBox=
"0 0 2 2">
8 <use xlink:
href=
"#s" x=
"0" y=
"0" width=
"1" height=
"2" />
9 <use xlink:
href=
"#s" x=
"1" y=
"0" width=
"1" height=
"2" />
12 <use xlink:
href=
"#s1" x=
"0" y=
"0" width=
"100" height=
"100" />