kicad/include/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.h Move color picker from CSS to HTML format for colors. 2021-08-31 18:56:38 +01:00
compositor.h Header clean up round 5. 2020-12-21 18:42:21 -05:00
cursors.h Make the GAL responsible for the native cursor management 2021-04-05 02:36:12 +01:00
definitions.h Gerbview: fix cairo negative items and implement real differential mode 2021-08-31 12:43:53 +00:00
dpi_scaling.h Move DPI_SCALING into the GAL from common 2020-06-19 17:02:46 +01:00
gal_display_options.h Further simplification of AA regime 2021-06-08 17:20:41 -07:00
gal_print.h Decouple GAL printing interface and its Cairo-based implementation 2018-10-31 19:17:30 +01:00
graphics_abstraction_layer.h OPENGL_GAL::DrawArcSegment(): use a better number of segm to approximate the arc. 2021-09-06 16:36:47 +02:00
hidpi_gl_canvas.h Start expunging NULL. 2021-07-15 15:44:45 -04:00
stroke_font.h Go back to using space-width for tabs (instead of max-char-width). 2021-06-24 23:53:27 +01:00