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
ecee1ddd
Commit
ecee1ddd
authored
Aug 26, 2008
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcbnew: PS output plot arc now Ok (arcs was always filled)
parent
a6630c5b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
plot_rtn.cpp
pcbnew/plot_rtn.cpp
+1
-1
version.txt
version.txt
+2
-2
No files found.
pcbnew/plot_rtn.cpp
View file @
ecee1ddd
...
@@ -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
;
}
}
...
...
version.txt
View file @
ecee1ddd
release version:
release version:
15 juil
2008
25 aug
2008
files (.zip,.tgz):
files (.zip,.tgz):
kicad-2008-0
7-1
5
kicad-2008-0
8-2
5
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