Guys,
You are our hope.
Have You ever tried to show a very big SVG using Adobe SVG Viewer?
We have a chart which is 35m wide and heigh. And ASV has big problems
with it. It shows the SVG correctly up to the 440th centimeter (a.
173rd inch). After that width and height the result are unpredictable.
You can try if you want with easiest possible SVG:

<svg width="500cm" height="500cm" viewBox="0 0 500 500">
<rect x="0" y="0" width="500" height="500"
style="stroke:red;stroke-width:0.5;fill:yellow"/>
</svg>

My question: Is it  a bug in ASV (I guess so) or I'm doing sth wrong.
I checked the datatype defined in the SVG standard, used to store
width and height - it is SVGAnimatedLength, which consist of two
SVGLength fields, and SVGLength stores values as floats (max 1.0*2^37
or 3.4*2^38). If you conver 5m even to twips you get 283464,5twips. It
is still much much less then 2^37.
We use ASV3.02 build 91, but I've tried also with ASV6 but it works same.


regards
Maciek







-----
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