Browse Source

pcbnew: PS output plot arc now Ok (arcs was always filled)

pull/1/head
charras 17 years ago
parent
commit
ecee1ddd91
  1. 2
      pcbnew/plot_rtn.cpp
  2. 4
      version.txt

2
pcbnew/plot_rtn.cpp

@ -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;
}

4
version.txt

@ -1,4 +1,4 @@
release version:
15 juil 2008
25 aug 2008
files (.zip,.tgz):
kicad-2008-07-15
kicad-2008-08-25
Loading…
Cancel
Save