Bug 78712 - [GTK] Page content is incorrectly translated whenh rendering pages for printing in WebKit2
Summary: [GTK] Page content is incorrectly translated whenh rendering pages for printi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-02-15 06:55 PST by Carlos Garcia Campos
Modified: 2012-02-16 09:16 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.03 KB, patch)
2012-02-15 06:59 PST, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-02-15 06:55:47 PST
I forgot to add cairo_save/restore when rendering every page.
Comment 1 Carlos Garcia Campos 2012-02-15 06:59:49 PST
Created attachment 127178 [details]
Patch

I've also simplified the code to select the printer as suggested by Martin and Gustavo in bug #76172
Comment 2 Carlos Garcia Campos 2012-02-16 09:16:33 PST
Committed r107948: <http://trac.webkit.org/changeset/107948>