I have a very large SVG file, but ASV only seems to allow 16x zoom.
I added some Javascript to set the zoom level higher, and it
worked, but I was wondering if this feature was documented
anywhere, and if anyone had a workaround? Being unable to zoom past
this point is rendering this SVG essentially useless, but if I have
to hand edit each one and build my own zoom, I will.
We created our own JS to zoom and pan. Once you zoom in on a wide
drawing, panning corrupts the image. Our code modifies the viewBox
instead. We then used our own menu to call our JS so zooming is
transparent to the user. Unfortunately, we lost the ability to pan
by dragging - we didn't rewrite that code.
-pete
P.S But with Adobe dropping support for SVG - there are no more SVG
browser plugins or desktop ActiveX's on windows that support
scripting/animation. Is anybody planning on continuing with SVG?