kicad/common/plotters
Seth Hillbrand 7b9dc1b9f0 Fix Eeschema Arc plotting
The start/end point plotting is not reliable for eeschema.  We need to
preconvert to angles to get the correct winding as the default plotter
conversion in the PLOTTER class makes pcbnew-based assumptions

Fixes https://gitlab.com/kicad/code/kicad/issues/11885
2022-06-22 16:46:28 -07:00
..
DXF_plotter.cpp Plotters: add plot Arcs using EDA_SHAPE or center, start point and end point. 2022-02-20 17:17:20 +01:00
GERBER_plotter.cpp Plot pad outlines on Fab files: fix many issues. 2022-04-28 12:42:43 +02:00
HPGL_plotter.cpp Plot pad outlines on Fab files: fix many issues. 2022-04-28 12:42:43 +02:00
PDF_plotter.cpp PDF plotter: fix a not working PDF_PLOTTER::Arc() function. 2022-04-29 10:53:31 +02:00
PS_plotter.cpp PS_plotter: fix a minor issue (forgotten in commit 91dfa79a). 2022-05-09 12:34:25 +02:00
SVG_plotter.cpp Improve transparency handling while plotting. 2022-04-08 11:40:53 +01:00
common_plot_functions.cpp Fill in missing bits of LAYER variable for printing/plotting. 2022-06-10 22:38:01 +01:00
plotter.cpp Fix Eeschema Arc plotting 2022-06-22 16:46:28 -07:00