Comment 29 for bug 1405292

Revision history for this message
David Mathog (mathog) wrote :

I'm having a terrible time building the current Inkscape trunk with cmake on either my existing linux development machine or a second similar machine, both Ubuntu 14.04 32 bit. (The original 14.04, not 14.04.5, and no amount of dist-upgrade seems to be able to fix it, sigh.)

In the meantime, will somebody please try the following?

Change:

emf-print.cpp line 1064 from:

   rec = U_EMR_SELECTCLIPPATH_set(U_RGN_OR);

to

   rec = U_EMR_SELECTCLIPPATH_set(U_RGN_COPY);

and recompile. Load the test SVG file above, save it as EMF, and then look at it on a Windows system. The clipping should work.