Is there any tag for scroll down an svg image. I am not able view the entire image which is generated for my svg. Here i am attached test.svg file. Any suggestion appriciated.
<svg width="600.0" height="800.0" >
Hi Rajesh,
Typically this is done by adding the 'viewBox' attribute to an svg element (usually the outermost one) to indicate what portion of the canvas to view.
Also you can 'pan' a document with shift drag left mouse.
FYI your content has a 'g' tag w/o a match close tag.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]