mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Avoid considering duplicated intersections between a segment of the hatched fill and the polygon outline or vertices. Also, check whether the segments of the lines are inside or outside the polygon, so no lines are drawn outside when the shape is complex. Fixes https://gitlab.com/kicad/code/kicad/-/issues/20450