kicad/common/gal
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 Fix issue in cairo_gal when drawing a 360 deg arc (in fact a circle). 2019-06-09 11:06:00 +02:00
opengl Prevent infinite loop when grid size not defined. 2019-06-01 00:17:04 +01:00
color4d.cpp Clean up some dangling legacy odds and ends. 2019-06-01 01:17:46 +01:00
gal_display_options.cpp Cosmetic cleanup in preference panels. 2019-06-01 16:29:12 +01:00
graphics_abstraction_layer.cpp grid: Set grid to use integer pixels 2019-02-23 19:27:45 -08:00
hidpi_gl_canvas.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:00:55 +00:00
stroke_font.cpp More performance enhancements. 2018-08-06 13:49:27 +01:00