[Webkit-unassigned] [Bug 32923] New: -webkit-transform-origin-Z does not work. Rotations ignore Z origin, treat as 0.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 24 14:44:49 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32923
Summary: -webkit-transform-origin-Z does not work. Rotations
ignore Z origin, treat as 0.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gene at cfcl.com
-webkit-transform-origin-Z does not work. Rotations ignore Z origin, treat as
0.
Code snippet:
function tick() {
++t;
d.css
.transformOrigin( -50, 0 )
.transformOriginZ( -50 )
.translateZ( 50 )
.rotateX( 45 )
rotateX ignores Z origin, treats as 0.
--
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