Commit ecee1ddd authored by charras's avatar charras

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

parent a6630c5b
...@@ -837,7 +837,7 @@ void PlotArc( int format_plot, wxPoint centre, int start_angle, int end_angle, ...@@ -837,7 +837,7 @@ void PlotArc( int format_plot, wxPoint centre, int start_angle, int end_angle,
if( IsPostScript( format_plot ) ) if( IsPostScript( format_plot ) )
{ {
PlotArcPS( centre, start_angle, end_angle, radius, thickness, 0 ); PlotArcPS( centre, start_angle, end_angle, radius, 0, thickness );
return; return;
} }
......
release version: release version:
15 juil 2008 25 aug 2008
files (.zip,.tgz): files (.zip,.tgz):
kicad-2008-07-15 kicad-2008-08-25
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment