Comment 3 for bug 1348417

Revision history for this message
David Mathog (mathog) wrote : Re: SVG processed differently from memory and file

This is the EMF test file which turned up this bug. As of revision 13468 when this EMF file is processed by emf-inout.cpp the result is the data that was stored in "mangle_clip.svg". When this data is passed to createNewDocFromMem() in Emf::Open the result is "mangled_clip.svg". When the current bug is resolved reading this EMF test file should result in a final SVG file that looks like "mangle_clip.svg", although it might differ slightly in the internal details.