Comment 2 for bug 1462589

Revision history for this message
su_v (suv-lp) wrote :

On 2015-06-06 09:16 (+0200), sandthorn wrote:
> This glitch is produced by only win64 Inkscape 0.91.
> The win32 Inkscape 0.91 is not affected.

One of the major differences between the Windows 32bit and 64bit builds is the bundled cairo version (used for the renderer as well as for PDF/PS/EPS export):

ok: Inkscape 0.91 32bit (win32): cairo 1.11.4
not ok: Inkscape 0.91 64bit (win64): cairo 1.14.1

While I don't have builds of 0.91 with cairo < 1.12 available, I could reproduce the reported issue depending on cairo version with Inkscape 0.48.2 on OS X 10.7.5:

ok: Inkscape 0.48.2 32bit (i386): cairo 1.10.2
not ok: Inkscape 0.48.2 64bit (x86_64): cairo 1.12.2
not ok: Inkscape 0.48.5 32bit (i386): cairo 1.12.16

Export to PDF with cairo 1.10.2 does include the pattern, export with cairo >= 1.12 does not.

The same issue also reproduces with Inkscape 0.91+devel r14194 (tested with cairo 1.12.2, 1.12.14, 1.14.2 and 1.14.3 (latest git master)).