Bug 6913 - poppler_page_prepare_output_dev() for cairo doesn't get correct size
Summary: poppler_page_prepare_output_dev() for cairo doesn't get correct size
Status: RESOLVED FIXED
Alias: None
Product: poppler
Classification: Unclassified
Component: glib frontend (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-14 19:30 UTC by Kouhei Sutou
Modified: 2006-05-19 13:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
revert the code to r1.45 (1.19 KB, patch)
2006-05-14 19:32 UTC, Kouhei Sutou
Details | Splinter Review

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.