kicad/common/gal
jean-pierre charras 407301a28c 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:09:43 +02:00
..
cairo 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. 2019-06-09 11:09:43 +02:00
opengl gal: Decoupled X and Y grid step sizes 2019-05-28 20:37:07 -07:00
color4d.cpp
gal_display_options.cpp GAL: add some trace to GAL display options config 2019-04-27 14:58:50 +01:00
graphics_abstraction_layer.cpp
hidpi_gl_canvas.cpp
stroke_font.cpp