From 16812829a7d4816717731318b1aa1bc3ab5e3935 Mon Sep 17 00:00:00 2001 From: Jason Crain Date: Mon, 27 Aug 2012 22:42:11 -0500 Subject: Update fill and stroke color in CairoOutputDev::startPage Keep fill_color and stroke_color from falling out of sync with fill_pattern and stroke_pattern. https://bugs.freedesktop.org/show_bug.cgi?id=54526 --- glib/poppler-page.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glib') diff --git a/glib/poppler-page.cc b/glib/poppler-page.cc index 84ceb7ea..b88c70bf 100644 --- a/glib/poppler-page.cc +++ b/glib/poppler-page.cc @@ -344,7 +344,7 @@ _poppler_page_render (PopplerPage *page, if (!printing && page->text == NULL) { - page->text = new TextPage(gFalse); + page->text = new TextPage (gFalse); output_dev->setTextPage (page->text); } /* NOTE: instead of passing -1 we should/could use cairo_clip_extents() -- cgit v1.2.3