diff options
| author | Adib Taraben <theadib@gmail.com> | 2009-05-02 23:29:53 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2009-05-02 23:29:53 +0000 |
| commit | 17a9a855ad6435985d349dd9fecce79a06d0f668 (patch) | |
| tree | c1115e6402288b53d5cc98b0c376c0f954ff99b3 /src/helper/pixbuf-ops.cpp | |
| parent | clean left warning on revision 12272 (diff) | |
| download | inkscape-17a9a855ad6435985d349dd9fecce79a06d0f668.tar.gz inkscape-17a9a855ad6435985d349dd9fecce79a06d0f668.zip | |
more on BUG 322116: PDF export does not use the highest quality for rasterized filters
(bzr r7812)
Diffstat (limited to 'src/helper/pixbuf-ops.cpp')
| -rw-r--r-- | src/helper/pixbuf-ops.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
