Kaydet (Commit) f9018f92 authored tarafından Michael Meeks's avatar Michael Meeks

fdo#62834 - svg export: close stray trailing tspans if we have them.

Change-Id: Ifc539e3229edd14b7291ee66bf3523cbdbedf2ef
üst 51fedc00
...@@ -3716,6 +3716,7 @@ void SVGActionWriter::WriteMetaFile( const Point& rPos100thmm, ...@@ -3716,6 +3716,7 @@ void SVGActionWriter::WriteMetaFile( const Point& rPos100thmm,
mapCurShape.reset(); mapCurShape.reset();
ImplWriteActions( rMtf, nWriteFlags, pElementId, pXShape, pTextEmbeddedBitmapMtf ); ImplWriteActions( rMtf, nWriteFlags, pElementId, pXShape, pTextEmbeddedBitmapMtf );
maTextWriter.endTextParagraph();
// draw open shape that doesn't have a border // draw open shape that doesn't have a border
if( mapCurShape.get() ) if( mapCurShape.get() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment