pcbnew: PS output plot arc now Ok (arcs was always filled)
This commit is contained in:
parent
a6630c5bad
commit
ecee1ddd91
|
@ -837,7 +837,7 @@ void PlotArc( int format_plot, wxPoint centre, int start_angle, int end_angle,
|
|||
|
||||
if( IsPostScript( format_plot ) )
|
||||
{
|
||||
PlotArcPS( centre, start_angle, end_angle, radius, thickness, 0 );
|
||||
PlotArcPS( centre, start_angle, end_angle, radius, 0, thickness );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
release version:
|
||||
15 juil 2008
|
||||
25 aug 2008
|
||||
files (.zip,.tgz):
|
||||
kicad-2008-07-15
|
||||
kicad-2008-08-25
|
||||
|
|
Loading…
Reference in New Issue