kicad/common/gal
Seth Hillbrand 2305c5458e cairo: Prevent arch shaking in pcbnew
Arc pixel adjustment needs to be limited to +/-1 pixel.  But making this
adjustment to nearby points and then using the projection to correct the
center point accumulates errors that are large for angles near 0 and
near 360.  This is a compromise that aligns _most_ arcs and provides
stable generation for all angles.

Fixes: lp:1817226
* https://bugs.launchpad.net/kicad/+bug/1817226
2019-02-21 19:59:34 -08:00
..
cairo cairo: Prevent arch shaking in pcbnew 2019-02-21 19:59:34 -08:00
opengl gal: re-enable arc outline mode 2019-02-21 10:52:54 -08:00
color4d.cpp colors: Add HSL conversion and tune colors 2019-02-11 22:08:41 -08:00
gal_display_options.cpp Fix a compil issue with some compilers. 2019-02-15 08:47:03 +01:00
graphics_abstraction_layer.cpp gal: minor cleanup & formatting 2019-02-16 20:25:10 +01:00
hidpi_gl_canvas.cpp gal: pixel alignment hacks, works for Retina display too now. 2019-02-16 20:03:13 +01:00
stroke_font.cpp More performance enhancements. 2018-08-06 13:49:27 +01:00