[Webkit-unassigned] [Bug 30238] getComputedStyle-transform.html accidentally relies on float formatting details

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 16:59:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30238





--- Comment #2 from Evan Martin <evan at chromium.org>  2009-10-08 16:59:15 PDT ---
The strings in question look like
  "matrix(1, 0.36397, -0.842288, 1, 0, 0)"

So are you suggesting parsing those strings into separate fields?
Or can I read each field of the matrix as a float in js code, like by doing
domnode.webKitTransform.<something here>?

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



More information about the webkit-unassigned mailing list