Substitute variables in PDF plotter URI links and add file:// URI handler.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/14250

(cherry picked from commit 43c3cd57eb)
This commit is contained in:
Wayne Stambaugh
2024-11-08 14:55:19 -05:00
parent b80334baa1
commit f8d694e4d0
10 changed files with 49 additions and 21 deletions
+2 -1
View File
@@ -162,7 +162,8 @@ static wxString XmlEsc( const wxString& aStr, bool isAttribute = false )
}
SVG_PLOTTER::SVG_PLOTTER()
SVG_PLOTTER::SVG_PLOTTER( const PROJECT* aProject ) :
PSLIKE_PLOTTER( aProject )
{
m_graphics_changed = true;
SetTextMode( PLOT_TEXT_MODE::STROKE );