kicad/common/plotters
jean-pierre charras 9cb3333d05 Gerber plotter: plot round rectangle pads using a region with arcs.
Previously, the region was a usual polygon with arc approximated by segment.
Using a region with arcs is a better way because it allows CAM tools to
identify this region as a round-rect pad.

A side effect is a better shape and smaller files, however not really noticeable in fact.
2020-03-20 19:45:05 +01:00
..
DXF_plotter.cpp Implement super- and subscript printing and plotting for eeschema. 2020-01-10 22:32:49 +00:00
GERBER_plotter.cpp Gerber plotter: plot round rectangle pads using a region with arcs. 2020-03-20 19:45:05 +01:00
HPGL_plotter.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
PDF_plotter.cpp ADDED: Schematic plotting can use a dedicated color theme 2020-03-06 00:01:02 -05:00
PS_plotter.cpp Implement super- and subscript printing and plotting for eeschema. 2020-01-10 22:32:49 +00:00
SVG_plotter.cpp SVG plotter: fix an issue with mirrored texts. 2020-01-09 18:07:56 +01:00
common_plot_functions.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
plotter.cpp ADDED: Schematic plotting can use a dedicated color theme 2020-03-06 00:01:02 -05:00