Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
bcd66579
Commit
bcd66579
authored
Feb 24, 2012
by
Simon Schubert
Committed by
jean-pierre charras
Feb 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pcbnew: fix bad arcs in plot postscript (from Simon Schubert)
parent
23aea616
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
common_plotPS_functions.cpp
common/common_plotPS_functions.cpp
+3
-0
No files found.
common/common_plotPS_functions.cpp
View file @
bcd66579
...
...
@@ -153,6 +153,9 @@ void PS_PLOTTER::arc( wxPoint centre, int StAngle, int EndAngle, int radius,
if
(
radius
<=
0
)
return
;
if
(
StAngle
>
EndAngle
)
EXCHG
(
StAngle
,
EndAngle
);
set_current_line_width
(
width
);
// Calculate start point.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment