Bug 14416

Summary: [CAIRO] Content does not render fully in some cases (eg. slashdot.org)
Product: WebKit Reporter: Alp Toker <alp>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: tofu.linden
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Fix mismatched calls to cairo_save/restore andersca: review+

Alp Toker
Reported 2007-06-26 11:50:09 PDT
This at first appeared to be a clipping bug. Turns out it is caused by mismatched save/restore on the graphics context due to an early return.
Attachments
Fix mismatched calls to cairo_save/restore (1.33 KB, patch)
2007-06-26 11:56 PDT, Alp Toker
andersca: review+
Alp Toker
Comment 1 2007-06-26 11:56:04 PDT
Created attachment 15254 [details] Fix mismatched calls to cairo_save/restore
Anders Carlsson
Comment 2 2007-06-26 15:33:39 PDT
Comment on attachment 15254 [details] Fix mismatched calls to cairo_save/restore r=me
Anders Carlsson
Comment 3 2007-06-26 16:10:08 PDT
Committed revision 23800.
Note You need to log in before you can comment on or make changes to this bug.