Discussion:
SVG output not scrollable in browser
(too old to reply)
V***@adobeforums.com
2007-01-30 21:59:59 UTC
Permalink
Hi,

I have an SVG image I created at http://gis.sis.pitt.edu/temp/chris/test.svg

It is exactly the way I want it to be. However, I cannot scroll the output
of this image like I can a webpage that does not fit in one page.

Is there a way to make this scrollable?

Sincerely,

Christopher Jon Jursa
Geoinformatics Laboratory
School of Information Sciences
University of Pittsburgh
web: http://gis.sis.pitt.edu
email: ***@sis.pitt.edu
phone: 412-624-8858
s***@adobeforums.com
2007-01-31 08:31:38 UTC
Permalink
Hello,
with an attribute viewBox the image is not scrollable, but always fit in the window
<svg width="100%" height="100%" viewBox="0 0 1050 1050" .... Regards Serguei
m***@adobeforums.com
2007-02-02 04:33:19 UTC
Permalink
hi

find the following url

for scrolling svg image

<http://www.geocities.com/jeanspurani/svg.html?20067>

other wise use frame with src as ur image

Loading...