[Webkit-unassigned] [Bug 5164] Non-integer percentages are incorrectly rounded down in Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 4 23:09:31 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=5164





------- Comment #12 from macdome at opendarwin.org  2006-12-04 23:09 PDT -------
Well, SVG requires double precision to be compliant.  Not sure if that's going
to matter in the end.  But small rounding errors are quickly exaggerated when
you allow for transforms.  (Look at any large SVG on the web to see what I
mean.)

Right now SVG has its own SVGLength class, which it uses to all of its layout
in the DOM.  The goal (in the short term!) is to get rid of this class, and
instead use some sort of length class on the Renderers.  It would be nice to
unify with Length, but if that would cause a major slowdown for HTML, then I
guess SVG will have to do its own thing.

I'm sure with all the brains behind WebKit you all will come up with with a
smart solution which works for both cases.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list