SVG- . , (0,0) SVG. , .
viewBox ( : "minx miny width height") SVG getBBox(). http://jsfiddle.net/3cp3c/.
svg.setAttribute("viewBox", (bbox.x-10)+" "+(bbox.y-10)+" "+(bbox.width+20)+" "+(bbox.height+20));
svg.setAttribute("width", (bbox.width+20) + "px");
svg.setAttribute("height",(bbox.height+20) + "px");