kicad/common/plotters
jean-pierre charras 56a17b4e68 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.

From master.
2020-06-12 10:54:09 +02:00
..
DXF_plotter.cpp pcbnew: Clean up warnings with unit handling in the DXF export 2019-07-10 12:42:54 -04:00
GERBER_plotter.cpp Gerber plotter: ensure the gerber region for a round rect pad is always closed. 2020-06-12 10:54:09 +02:00
HPGL_plotter.cpp HPGL plotter fix incorrect scaling factor 2018-05-25 20:50:00 +02:00
PDF_plotter.cpp Plotting: Handle mask transparency 2019-06-17 13:27:58 -07:00
PS_plotter.cpp Plotting: Handle mask transparency 2019-06-17 13:27:58 -07:00
SVG_plotter.cpp SVG plotter: fix some issues: incorrect bitmap size and missing lines in header. 2020-04-24 16:52:50 +02:00
common_plot_functions.cpp Eeschema: use worksheet color when plotting 2019-05-26 12:21:08 -04:00
plotter.cpp SVG: Correct plot fills for arcs/polylines 2019-08-20 12:01:00 -07:00