Bug 14416 - [CAIRO] Content does not render fully in some cases (eg. slashdot.org)
Summary: [CAIRO] Content does not render fully in some cases (eg. slashdot.org)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 11:50 PDT by Alp Toker
Modified: 2008-01-16 12:12 PST (History)
1 user (show)

See Also:


Attachments
Fix mismatched calls to cairo_save/restore (1.33 KB, patch)
2007-06-26 11:56 PDT, Alp Toker
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alp Toker 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.
Comment 1 Alp Toker 2007-06-26 11:56:04 PDT
Created attachment 15254 [details]
Fix mismatched calls to cairo_save/restore
Comment 2 Anders Carlsson 2007-06-26 15:33:39 PDT
Comment on attachment 15254 [details]
Fix mismatched calls to cairo_save/restore

r=me
Comment 3 Anders Carlsson 2007-06-26 16:10:08 PDT
Committed revision 23800.