Integrate suggestion from review to improve consistency with existing code.
2 <svg version="1.1" xmlns="http://www.w3.org/2000/svg">
3 <rect id="test" x="100" y="100" width="100" height="100"/>
5 window.onload = function() {
6 var node = document.getElementById("test");
7 node.style.width = "200px";