Re: [css3-3d-transforms] rotations, changes needed...

On Nov 25, 2011, at 10:38 AM, Simon Fraser wrote:

> I'd expect the following to all look the same:
> 
> rotate(10deg)
> rotate3d(0, 0, 1, 10deg)
> rotate3d(0, 0, -1, -10deg)
> rotateZ(10deg)
> 
> but they don't in WebKit. I'll talk to Chris Marrin about what the expected behavior is.

I withdraw this comment. These *do* all look the same, as expected. I must have fumbled my testing.

Simon

Received on Monday, 28 November 2011 23:22:09 UTC