ADDED: Schematic plotting can use a dedicated color theme

ADDED: PDF, PS, and SVG plots can optionally include the page background color

Fixes #1830
This commit is contained in:
Jon Evans
2020-03-06 00:01:02 -05:00
parent 8660b4c144
commit 643c97a2f4
32 changed files with 501 additions and 629 deletions
-4
View File
@@ -62,10 +62,6 @@ bool PDF_PLOTTER::OpenFile( const wxString& aFullFilename )
return true;
}
void PDF_PLOTTER::SetPageSettings( const PAGE_INFO& aPageSettings )
{
pageInfo = aPageSettings;
}
void PDF_PLOTTER::SetViewport( const wxPoint& aOffset, double aIusPerDecimil,
double aScale, bool aMirror )