Formatting and a bit of cleanup.
This commit is contained in:
@@ -738,8 +738,8 @@ void BRDITEMS_PLOTTER::PlotFootprintShape( const FP_SHAPE* aShape )
|
||||
for( int jj = 0; jj < tmpPoly.OutlineCount(); ++jj )
|
||||
{
|
||||
SHAPE_LINE_CHAIN &poly = tmpPoly.Outline( jj );
|
||||
m_plotter->PlotPoly( poly, aShape->IsFilled() ?
|
||||
FILL_T::FILLED_SHAPE : FILL_T::NO_FILL,
|
||||
m_plotter->PlotPoly( poly, aShape->IsFilled() ? FILL_T::FILLED_SHAPE
|
||||
: FILL_T::NO_FILL,
|
||||
thickness, &gbr_metadata );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user