From: theadib Date: Sat, 2 May 2009 23:29:53 +0000 (+0000) Subject: more on BUG 322116: PDF export does not use the highest quality for rasterized filters X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=254fa123309e1c50f0d93f4bd199b9ceddd0f120;p=inkscape.git more on BUG 322116: PDF export does not use the highest quality for rasterized filters --- diff --git a/src/helper/pixbuf-ops.cpp b/src/helper/pixbuf-ops.cpp index 9d795c575..49a8cc28c 100644 --- a/src/helper/pixbuf-ops.cpp +++ b/src/helper/pixbuf-ops.cpp @@ -99,8 +99,9 @@ sp_generate_internal_bitmap(SPDocument *doc, gchar const */*filename*/, { - /* Create new arena */ + /* Create new arena for offscreen rendering*/ NRArena *arena = NRArena::create(); + nr_arena_set_renderoffscreen(arena); unsigned dkey = sp_item_display_key_new(1); sp_document_ensure_up_to_date (doc);