1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
6 document
.getElementById("u").setAttribute("width", "30");
7 document
.getElementById("p").remove();
9 window
.addEventListener("load", boom
);
12 <symbol id=
"p" viewBox=
"0 0 100 20"/>
14 <use id=
"u" xlink:
href=
"#p"/>