![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
<svg> size limited by window size
Hello, I have encountered the following bug in Firefox 2: the actual
width and height of the SVG root element do not grow larger than the width and height of the window (the client area, specifically) even when explicitly assigned larger values. Is there a known workaround for this? Thanks. |
|
|||
|
Re: <svg> size limited by window size
Rumith wrote:
> Hello, I have encountered the following bug in Firefox 2: the actual > width and height of the SVG root element do not grow larger than the > width and height of the window (the client area, specifically) even > when explicitly assigned larger values. > Is there a known workaround for this? Thanks. Does this occur in Firefox 3? |
|
|||
|
Re: <svg> size limited by window size
On Sep 6, 2:59*pm, "Moz Champion (Dan)" <moz.champ...@sympatico.ca>
wrote: > Rumith wrote: > > Hello, I have encountered the following bug in Firefox 2: the actual > > width and height of the SVG root element do not grow larger than the > > width and height of the window (the client area, specifically) even > > when explicitly assigned larger values. > > Is there a known workaround for this? Thanks. > > Does this occur in Firefox 3? No, Firefox 3 is fine in this particular regard. |
|
|||
|
Re: <svg> size limited by window size
Rumith wrote:
> On Sep 6, 2:59 pm, "Moz Champion (Dan)" <moz.champ...@sympatico.ca> > wrote: >> Rumith wrote: >>> Hello, I have encountered the following bug in Firefox 2: the actual >>> width and height of the SVG root element do not grow larger than the >>> width and height of the window (the client area, specifically) even >>> when explicitly assigned larger values. >>> Is there a known workaround for this? Thanks. >> Does this occur in Firefox 3? > > No, Firefox 3 is fine in this particular regard. I have no information on this particuler issue, but if it works in Firefox 3 (and not in Firefox 2) then the 'workaround' for the problem would be to use Firefox 3 |
|
|||
|
Re: <svg> size limited by window size
On Sep 6, 11:06*pm, "Moz Champion (Dan)" <moz.champ...@sympatico.ca>
wrote: > Rumith wrote: > > On Sep 6, 2:59 pm, "Moz Champion (Dan)" <moz.champ...@sympatico.ca> > > wrote: > >> Rumith wrote: > >>> Hello, I have encountered the following bug in Firefox 2: the actual > >>> width and height of the SVG root element do not grow larger than the > >>> width and height of the window (the client area, specifically) even > >>> when explicitly assigned larger values. > >>> Is there a known workaround for this? Thanks. > >> Does this occur in Firefox 3? > > > No, Firefox 3 is fine in this particular regard. > > I have no information on this particuler issue, but if it works in > Firefox 3 (and not in Firefox 2) then the 'workaround' for the problem > would be to use Firefox 3 Sure, but I cannot count on all users of my project to use Firefox 3, and forcing an upgrade down their throats seems impolite to me. Thanks for your reply anyway. |
|
|||
|
Re: <svg> size limited by window size
Just thought that I should mention that I have fixed the problem over
a week ago. While setting the SVG root element's size via style is indeed broken, using element attributes as in setAttributeNS(null, "width", "3000px") did the trick. |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|