Bug 32923
Summary: | -webkit-transform-origin-Z does not work. Rotations ignore Z origin, treat as 0. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gene Dronek <gene> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | mitz, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Gene Dronek
-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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Did you test on Leopard or SnowLeopard?
Simon Fraser (smfr)
Please also post a testcase that doesn't assume use of a JS library.
Simon Fraser (smfr)
No response, so closing.