kicad/common/gal/cairo
jean-pierre charras 63eb552e0a Fix issue in cairo_gal when drawing a 360 deg arc (in fact a circle).
It was due to a angle normalization between -360 and 360 degrees.
So, in arcs, if the start angle and end angle diff is n*360 deg,
this normalization gives start angle = end angle.
The fix forces end angle = start angle+360deg in this case.

Fixes: lp:1832096
https://bugs.launchpad.net/kicad/+bug/1832096
2019-06-09 11:06:00 +02:00
..
cairo_compositor.cpp gal: minor cleanup & formatting 2019-02-16 20:25:10 +01:00
cairo_gal.cpp Fix issue in cairo_gal when drawing a 360 deg arc (in fact a circle). 2019-06-09 11:06:00 +02:00
cairo_print.cpp Print on Linux: use 600 DPI instead of the default 72 DPI (noticeable in Pcbnew) 2019-03-17 17:21:32 +01:00