5bdc78e3ba
When drawing segments that are smaller than the segment width, OpenGL
did not use realistic values, leading to hidden, small tracks. Instead,
we set the track to only draw a segment when the length is at least 1
radius long (so that we can see the full semi-circle at the track end)
Fixes https://gitlab.com/kicad/code/kicad/issues/5009
(cherry picked from commit
|
||
---|---|---|
.. | ||
cairo | ||
opengl | ||
color4d.cpp | ||
gal_display_options.cpp | ||
graphics_abstraction_layer.cpp | ||
hidpi_gl_canvas.cpp | ||
stroke_font.cpp |