[webkit-dev] Question about -webkit-transform: scale3d() when zero scale factor is used.

2011-02-03 Thread W. James MacLean
What is the intended behaviour if someone applies the following style to an element: -webkit-transform: scale3d(0.8, 0.8, 0) ? Right now (in Chromium and Safari) there are two different behaviours depending whether the GPU is involved or not. With gpu acceleration the objects renders properly,

Re: [webkit-dev] Question about -webkit-transform: scale3d() when zero scale factor is used.

2011-02-03 Thread Simon Fraser
On Feb 3, 2011, at 7:49 AM, W. James MacLean wrote: What is the intended behaviour if someone applies the following style to an element: -webkit-transform: scale3d(0.8, 0.8, 0) ? Right now (in Chromium and Safari) there are two different behaviours depending whether the GPU is