Toda,
--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> Hi,
> 
> I had the same problem a while back when trying to use high-
resolution
> timestamps, and I think that there is no way around it except to 
scale
> your drawing down.
> 
> In the end, I found that the drawing started to do floating-point
> approximations.
> 
> This is the solution I found.
> 
> There is also a benefit of scaling, which is that your drawing size 
is
> reduced by the fact that nobody needs 10-digit numbers in a rendered
> drawing. Unless you have a Very Good reason to keep your model 
geometry
> the same as your renderer geometry (which is unlikely in objective 
terms),
> you should consider reducing the scope of your drawing dimensions by
> scaling everything down (if you can live with a loss of resolution) 
or by
> using a nearby offset (if you can not live with a loss of 
resolution but
> can live with only a subset of the universe you are trying to draw).
> 
> The key thing to remember is that SVG is a drawing language, and:
> 
> 1. you do not usually need to draw the entire real number set
> 2. you only have access to so much resolution in your drawing due to
> filesize issues (say 20x scaling...) so if your drawing space is 
from
>  -1x10^10 to -1x10^10, then you will never *see* detail which is 
less than
> 1x10^8 big. There is no device in the world that will render 
infinite
> detail and infinite scale at the same time.
> 
> In simple terms, your SVG viewer can not be both a telescope and a
> microscope.
> 
> All the best,
> 
> Ronan
> 
> 
> Ronan
> 
> >
> > Greetings all,
> >
> > I embed SVG in my jsp using:
> >     td embed src="myServlet"
> >                width=....
> >                height=....
> >                type="image/svg+xml"
> >                
pluginspage="http://www.adobe.com/svg/viewer/install/";
> >
> > I witnessed that the maximum width the SVG reader can deal with is
> > 16200
> > I know it's crazy but on extreme cases my application generates 
SVGs
> > wider than that.
> > Is there a parameter I can use to instruct the viewer to "Zoom 
out"
> > so it can support wider SVG ?
> >
> > Thanks,
> > Zeev
> >
> >
> >
> >
> >
> > -----
> > To unsubscribe send a message to:
> > [EMAIL PROTECTED]
> > -or-
> > visit http://groups.yahoo.com/group/svg-developers and 
click "edit my
> > membership"
> > ----
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to