[Webkit-unassigned] [Bug 122589] Graphics backend without hardware accelerated compositing, and compositing disabled by Setting, causes CSS3 Transform not correct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 23:17:39 PDT 2013


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





--- Comment #1 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-10-09 23:16:29 PST ---
When debugging, there are different Affine Transform related to this "perspective(300px) rotateX(60deg)" transform rule:

Qt-4.8 xlibgl backend: (wrong)
concatCTM: transform={1.000000,0.000000,-0.577350,0.359993,78.001488,231.040361}

Qt-4.8 xlib backend(ENABLE(3D_RENDERING)=1): (right)
concat3DTransform: transform={1.000000,0.000000,-0.721688,-0.217358,85.001860,259.041849}

Qt-4.8 compiled on Windows/GDI: (right)
concat3DTransform: transform={1.000000,0.000000,-0.721688,-0.217358,85.001860,259.041849}

WinCE: (wrong)
concatCTM: transform={1.000000,0.000000,-0.577350,0.359993,78.001488,231.040361}

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