Skip to content

Fix printing multiple copies of a document

Patrick Storz requested to merge ede123/inkscape:print_copies into master

Previously only the first page was printed properly, all following pages were either blank or were not printed at all.

This was caused by finishing/destroying the cairo surface of the cairo context associated with the GtkPrintContext used for printing which made it impossible to draw to it for any consecutive page

Fixed bugs:

Merge request reports