diff --git a/common/plotters/SVG_plotter.cpp b/common/plotters/SVG_plotter.cpp index cbde35a4c2..5124c67ead 100644 --- a/common/plotters/SVG_plotter.cpp +++ b/common/plotters/SVG_plotter.cpp @@ -841,10 +841,15 @@ void SVG_PLOTTER::Text( const wxPoint& aPos, } fprintf( outputFile, - "\n", - text_pos_dev.x, text_pos_dev.y, sz_dev.x, sz_dev.y, hjust, TO_UTF8( XmlEsc( aText ) ) );