It seems like my IE+ASV svg application is rounding off doubles if 
they're big:

var testP = mysvgdoc.createSVGPoint();
testP.x = 6624220.4;
alert('testP.x: '+testP.x);

The above will yield "testP.x: 6624220.5". Is this an ASV bug? Can 
anything be done? I can't make my own point object, because I need to 
use SVGPoint's matrixTransform function.



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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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