Re: SVG Won't Scroll in Firefox 3.0.10
oliver <[email protected]> Fri, 7 Aug 2009 13:40:46 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi, that solve the issue i already use it and works, but someone have an idea of how to add this line using xsl transformation? I try tu use: <xsl:template match="svg:svg/@viewBox"> <xsl:attribute name="xmlns" > <xsl:value-of select="'http://www.w3.org/2000/svg'"/> </xsl:attribute> </xsl:template> But didn't allow me to use xmlns as attribute name, any ideas? On 9 jun, 04:40, [email protected] wrote: > 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