db0523626c
Both Cairo and OpenGL had issues (different, though) with circles that are thicker in line width than they have radius. This corrects the OpenGL implementation (radius is calculated to the outer edge) as well as Cairo (line width needs to be clamped to twice the radius) Fixes: lp:1822765 * https://bugs.launchpad.net/kicad/+bug/1822765 |
||
---|---|---|
.. | ||
cairo_compositor.cpp | ||
cairo_gal.cpp | ||
cairo_print.cpp |