Bug 6913

Summary: poppler_page_prepare_output_dev() for cairo doesn't get correct size
Product: poppler Reporter: Kouhei Sutou <kou>
Component: glib frontendAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: revert the code to r1.45

Description Kouhei Sutou 2006-05-14 19:30:31 UTC
In CVS, poppler_page_prepare_output_dev() for cairo uses poppler_page_get_size()
to get size. But poppler_page_get_size() doesn't consider about passed rotate,
it only considers page->page->getRotate(). So poppler_page_render_to_pixbuf()
call with 90 or 270 rotate doesn't render correctly.
Comment 1 Kouhei Sutou 2006-05-14 19:32:12 UTC
Created attachment 5623 [details] [review]
revert the code to r1.45
Comment 2 Kristian Høgsberg 2006-05-20 06:36:10 UTC
Fixed in CVS.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.