Comment 6 for bug 1340683

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

The attached patch "fixes" the error in text clipping. Unfortunately it exposes a latent bug: conversion from SVG in memory to a document does not come out the same as the same SVG from a file. That will be posted as a new bug in a moment.

This patch is committed as revision 13468. After that new bug is posted I will add a post here directing further work towards it.

For the people who needed this fixed ASAP: modify src/extension/internal/emf-inout.cpp at line 3498 to direct "d.outsvg" directly to a file. That will work for your purposes. The files produced are properly clipped when read in by Inkscape or viewed with Firefox.