kicad/common/gal
jean-pierre charras 36048fa436 OPENGL_GAL::DrawArcSegment(): use a better number of segm to approximate the arc.
Previously, the count of segments used a magic number optimized for Pcbnew.
This is not good, and does not work well on Gerbview.
The count uses now a max error acceptable is approximation (5 microns in Gerbview and Pcbnew).
Fixes #9101
https://gitlab.com/kicad/code/kicad/issues/9101
2021-09-06 16:36:47 +02:00
..
cairo OPENGL_GAL::DrawArcSegment(): use a better number of segm to approximate the arc. 2021-09-06 16:36:47 +02:00
opengl OPENGL_GAL::DrawArcSegment(): use a better number of segm to approximate the arc. 2021-09-06 16:36:47 +02:00
color4d.cpp More robust hex-color interpretation. 2021-08-31 21:41:52 +01:00
cursors.cpp Make the GAL responsible for the native cursor management 2021-04-05 02:36:12 +01:00
dpi_scaling.cpp Namespace the env_vars.h functions 2021-06-27 00:38:19 -04:00
gal_display_options.cpp Update GAL observers for all frames, not just calling frame. 2020-10-09 21:30:09 +01:00
graphics_abstraction_layer.cpp fix if comparison with uninitialized member value 2021-07-15 16:18:24 +00:00
hidpi_gl_canvas.cpp Better zoom defaults for 3D viewer. 2021-06-28 19:08:23 +01:00
stroke_font.cpp Go back to using space-width for tabs (instead of max-char-width). 2021-06-24 23:53:27 +01:00