> I'd like the minimum size to complete occupy the canvas so as to > not appear as image spot on canvas.
You may be looking for the bounding box concept, which can be easily obtained through "getBBox" method [1] [2]. One could fetch the "svg" element's bounding box and update the view box with the obtained information. Hope this helps, Helder Magalhães [1] http://www.w3.org/TR/SVG/types.html#InterfaceSVGLocatable [2] http://wiki.svg.org/GetBBox --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
