Re: [webkit-dev] css: rotateY(90) with perspective()

2013-02-12 Thread Dana Jansens
+shawnsingh On Tue, Feb 12, 2013 at 9:22 AM, Marcin Szamotulski msza...@gmail.comwrote: Dear WebKit-Dev, I found an interesting difference between implementation of css 3d transforms in Gecko (FireFox) and Chromium (WebKit). In Gecko, the following css rule: tranform: perspective(500px)

Re: [webkit-dev] css: rotateY(90) with perspective()

2013-02-12 Thread Shawn Singh
Hi Marcin, I wonder if you might accidentally have a perspective-origin set differently? Or maybe there is something in your code where window size that affects how the transforms appear? Maybe you can attach a reduced simple example of the difference you're seeing? I just whipped up the

Re: [webkit-dev] css: rotateY(90) with perspective()

2013-02-12 Thread Levi Weintraub
Either way, I'd suggest you take this conversation to a specific bug report :) On Tue, Feb 12, 2013 at 11:49 AM, Shawn Singh shawnsi...@chromium.orgwrote: Hi Marcin, I wonder if you might accidentally have a perspective-origin set differently? Or maybe there is something in your code where

Re: [webkit-dev] css: rotateY(90) with perspective()

2013-02-12 Thread Marcin Szamotulski
I opened a new bug report: https://bugs.webkit.org/show_bug.cgi?id=109613 Best, Marcin On 12:07 Tue 12 Feb , Levi Weintraub wrote: Either way, I'd suggest you take this conversation to a specific bug report :) On Tue, Feb 12, 2013 at 11:49 AM, Shawn Singh shawnsi...@chromium.orgwrote: