Pcbnew, plot functions: fix bug in SVG plotter, fix a minor other bug when using PS plotter (trcak width fine adjust not working)
and plot code cleaning continued
This commit is contained in:
@@ -430,7 +430,6 @@ void PS_PLOTTER::SetCurrentLineWidth( int width )
|
||||
currentPenWidth = pen_width;
|
||||
}
|
||||
|
||||
|
||||
void PS_PLOTTER::emitSetRGBColor( double r, double g, double b )
|
||||
{
|
||||
wxASSERT( outputFile );
|
||||
|
||||
Reference in New Issue
Block a user