kicad/common/plotters
Seth Hillbrand e38ab6c699 Treat 0-length ovals as circles
Some buggy SVG interpreters can't handle 0-length ovals.  In this case,
they are meant to be circles, so we can export as circles in our
plotter.

Fixes https://gitlab.com/kicad/code/kicad/issues/3995
2020-03-04 18:03:20 -06: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 plots: Add initial G01 command to the header, 2020-02-03 17:55:19 +01:00
HPGL_plotter.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
PDF_plotter.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00: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 Treat 0-length ovals as circles 2020-03-04 18:03:20 -06:00