On Mon, Dec 10, 2007 at 12:17:14PM -0800, Kees Cook wrote:
Using the Cairo renderer that was written for PDF and PS export, I've hooked up the GTK print dialog system. This provides Inkscape with a cross-platform printing dialog (finally).
In the past, we have had two methods of printing: vector and bitmap (for things that don't render correctly in PS). In the new print dialog, the "Rendering" tab exists to control this. In "Cairo" mode, it uses the Cairo renderer, and in "bitmap" mode it uses the PNG export code to populate a Cairo surface.
Thanks Kees, good work!
There is some strange behavior in bitmap mode (offset from origin) that I haven't narrowed down yet.
Do you have a bug ID for this, that we can use to track it as we go on with release stuff?
Bryce