Bug 23799
Summary: | Add the ability to decompose WebKitCSSMatrix | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Marrin <cmarrin> |
Component: | CSS | Assignee: | Chris Marrin <cmarrin> |
Status: | NEW | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Chris Marrin
TransformationMatrix can decompose a 4x4 matrix into its component parts (translate, scale, skew, rotate, perspective). This is very useful to authors doing matrix math. We should expose it to WebKitCSSMatrix.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
<rdar://problem/6137411>