From ecee1ddd914f2c4ce9afc01cba83a4f27768e639 Mon Sep 17 00:00:00 2001 From: charras Date: Tue, 26 Aug 2008 15:36:55 +0000 Subject: [PATCH] pcbnew: PS output plot arc now Ok (arcs was always filled) --- pcbnew/plot_rtn.cpp | 2 +- version.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pcbnew/plot_rtn.cpp b/pcbnew/plot_rtn.cpp index be1dda91dd..6ab19668fa 100644 --- a/pcbnew/plot_rtn.cpp +++ b/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; } diff --git a/version.txt b/version.txt index 6f3adcc9e5..30ed305eb1 100644 --- a/version.txt +++ b/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