[Webkit-unassigned] [Bug 54616] transform:matrix() doesn’t respect -0 so can’t do clockwise 180° rotation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 17 18:56:37 PST 2011


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





--- Comment #3 from Oli Studholme <webkit.org at boblet.net>  2011-02-17 18:56:37 PST ---
Created an attachment (id=82892)
 --> (https://bugs.webkit.org/attachment.cgi?id=82892&action=review)
demonstration of difference between -webkit-transform:rotate(180deg) (CW) and -webkit-transform:matrix(-1,0,-0,-1,0,0) (CCW)

Attaching testcase as per @smfr’s request

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