Try harder to keep searchable text hidden in SVG exports

This commit is contained in:
Jon Evans 2024-06-18 12:01:15 -04:00
parent 7e561acf53
commit 02502342a5
1 changed files with 1 additions and 1 deletions

View File

@ -914,7 +914,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</text>\n",
"text-anchor=\"%s\" opacity=\"0\" stroke-opacity=\"0\">%s</text>\n",
m_precision,
sz_dev.x,
m_precision,