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
-6
View File
@@ -593,9 +593,3 @@ void PLOTTER::PlotPoly( const SHAPE_LINE_CHAIN& aCornerList, FILL_T aFill,
PlotPoly( cornerList, aFill, aWidth, aData );
}
void PLOTTER::SetPageSettings( const PAGE_INFO& aPageSettings )
{
pageInfo = aPageSettings;
}