Comment 86 for bug 179988

Revision history for this message
Adrian Johnson (ajohnson-redneon) wrote : Re: [Bug 179988] Re: no printing from Windows

Rygle wrote:
> Ulf and Adrian, this is a good step forward. Patched and built 0.46
> release SVN 17943 and printing is now the right size. Great work! At
> first I thought there were no more bitmaps but when I zoomed right in I
> could see them there, but still greatly improved.

Assuming you are now using the cairo_win32_printing_surface you should
be getting all vectors for simple stuff like text/stroke/fill with solid
opaque colors. Transparent colors are likely to result in fallback
images as they are not supported by GDI.

Redirecting the cairo drawing to a PDF file as described in

https://bugs.launchpad.net/inkscape/+bug/179988/comments/82

is a good way to determine whether a problem is in Inkscape or cairo.