diff --git a/common/plotters/SVG_plotter.cpp b/common/plotters/SVG_plotter.cpp index 045070c7a7..ab640ef976 100644 --- a/common/plotters/SVG_plotter.cpp +++ b/common/plotters/SVG_plotter.cpp @@ -851,7 +851,7 @@ void SVG_PLOTTER::Text( const VECTOR2I& aPos, fprintf( m_outputFile, "textLength=\"%.*f\" font-size=\"%.*f\" lengthAdjust=\"spacingAndGlyphs\"\n" - "text-anchor=\"%s\" opacity=\"0\">%s\n", + "text-anchor=\"%s\" opacity=\"0\" stroke-opacity=\"0\">%s\n", m_precision, sz_dev.x, m_precision, sz_dev.y, hjust, TO_UTF8( XmlEsc( aText ) ) ); if( !aOrient.IsZero() )