Re: SVG Won't Scroll in Firefox 3.0.10
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <2e94dd07-c9dd-4870-9aca-6bd7ec73bf5d@f16g2000vbf.googlegroups.com> |
On Jun 9, 4:35 am, adamp <[email protected]> wrote: > I have generated a large SVG file. The resulting image that gets > displayed is cropped at the edge of the browser window. No scroll > bars appear allowing me to scroll out to the hidden parts of th > image. Is there a way in Firefox to fix this? Is there a way to tell > SVG to fit on the screen that Firefox will adhere to? You should see scrollbars with this... <svg xmlns="http://www.w3.org/2000/svg" width="4000" height="4000"> </svg> Since you didn't post an example I'm not sure what you are doing instead. Best regards Robert