Bug 135982 - [WinCairo] clipping bug with rotating div and overflow:hidden
Summary: [WinCairo] clipping bug with rotating div and overflow:hidden
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-15 10:18 PDT by abaldeva
Modified: 2014-08-17 22:16 PDT (History)
1 user (show)

See Also:


Attachments
test case (1.01 KB, text/html)
2014-08-15 10:22 PDT, abaldeva
no flags Details
visual glitch (113.49 KB, image/png)
2014-08-15 10:22 PDT, abaldeva
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description abaldeva 2014-08-15 10:18:29 PDT
Hi,

I believe that WinCairo/any other ports using Cairo currently suffer from a graphical corruption when clipping inside a rotating div. I don't have the latest WinCairo binary but one from few months ago shows the problem. I searched BugZilla and did not find any relevant bugs. Test page attached here.
Comment 1 abaldeva 2014-08-15 10:22:11 PDT
Created attachment 236655 [details]
test case
Comment 2 abaldeva 2014-08-15 10:22:40 PDT
Created attachment 236656 [details]
visual glitch
Comment 3 abaldeva 2014-08-15 10:25:24 PDT
So my original message was only halfway finished...

I believe the problem is only in Cairo related ports though I could be wrong. If somebody can point me towards code to look at, I can investigate it in our local fork and update the community with my findings.

Thanks for your time.

--Arpit