Comment 5 for bug 1294713

Revision history for this message
David Mathog (mathog) wrote : Re: trunk: Crash when releasing a clip in SVG file based on EMF import

Interesting. emf-inout creates the string:

<clipPath
        clipPathUnits="userSpaceOnUse"
id="clipEmfPath1" >
<rect
   x="0"
   y="0"
   width="743.93487"
   height="1052.1365" />
   transform="matrix(1,0,0,1,0,0)"
</clipPath>

but something elsewhere in Inkscape changes the double quotes around matrix to &quot;. If the bad svg is edited back to the preceding form it converts again when it is read in. The transform should be in the rect though, so that's probably the root cause.