kicad/common/plotters
jean-pierre charras 1973153368 Gerber plotter: ensure the gerber region for a round rect pad is always closed.
Due to rounding issues, sometimes (especially for rotated pads) the region
(4 segments+4 arcs) was incorrectly closed (1 unit (nanometer) mismatch between
start point and end point.
Although it does not create bad shape, its breaks the round rect pad identification
in CAM tools.
start point and end point are now the same.
2020-06-12 10:22:19 +02:00
..
DXF_plotter.cpp Reverse interpretation of triple-tilde. 2020-05-11 22:56:09 +01:00
GERBER_plotter.cpp Gerber plotter: ensure the gerber region for a round rect pad is always closed. 2020-06-12 10:22:19 +02:00
HPGL_plotter.cpp Remove a bunch of globals. 2020-04-16 17:34:46 +01:00
PDF_plotter.cpp PDF Plotter: avoid assert if default pen width is zero 2020-05-26 21:17:39 -04:00
PS_plotter.cpp Cleanup unused code that was masking earlier stroking bug. 2020-05-18 13:38:17 +01:00
SVG_plotter.cpp Unify support for line width magic cookies. 2020-05-13 17:56:47 +01:00
common_plot_functions.cpp Change super/subscript syntax to ^{foo} and _{foo}. 2020-04-18 21:04:41 +01:00
plotter.cpp Clamp egregiously large numbers when plotting. 2020-05-18 13:38:17 +01:00