[Webkit-unassigned] [Bug 28850] WebkitCSSTransformValue is missing getCSSMatrix()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 31 12:17:42 PDT 2009


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|DOMWebkitCSSTransformValue  |WebkitCSSTransformValue is
                   |is missing getCSSMatrix()   |missing getCSSMatrix()




--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com>  2009-08-31 12:17:42 PDT ---
getCSSMatrix() is not in the idl, and not implemented. The problem is that you
can't always get a matrix if the transform value uses values that require
knowledge of a renderer.

Note that zoom makes this an issue even with pixel values (e.g. see bug 24808).

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