[Webkit-unassigned] [Bug 38953] CSSMatrix value attributes (m11-m44) should be transposed (?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 14:57:04 PDT 2010


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





--- Comment #1 from Chris Marrin <cmarrin at apple.com>  2010-05-12 14:57:04 PST ---
Currently the implementation uses m<column><row>. The spec disagrees with this by saying "For instance m12 represents the value in the 2nd column of the first row" which implies m<row><column>. I believe m<column><row> is the justifiable order. Since this is a column major matrix, it seems reasonable that the column number comes first.

So I think we should leave the implementation as it is and just change the spec. Agreed?

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