Herman Gábor wrote: > In my application I use the JSVGCanvas componnent to view an SVG document > generated using the batik DOM implementation. I set a viewBox on the root > SVG > element. I would like this box to be visible when the document appears > but the user should be able to see parts of the document outside this > viewBox when he or she zooms out. My problem is that the SVG document is > clipped to the initial viewBox and nothing can be seen outside it when I > zoom out. Does this behaviour correspond to the SVG standard? In the Adobe > SVG Viewer plugin parts outside the viewBox can be seen when I zoom out. > Can I changed this behaviour of JSVGCanvas some way?
Just a guess.. try adding overflow="visible" to the top level svg element? -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]