1 <svg xmlns=
"http://www.w3.org/2000/svg" viewBox=
"-100 -100 800 600">
3 document.documentElement.setAttribute(
"viewBox",
"0 0 800 600");
5 <rect x=
"-100" y=
"-100" width=
"100" height=
"100" fill=
"red"/>
6 <rect x=
"0" y=
"0" width=
"100" height=
"100" fill=
"green"/>