7ef5e079fd
Fractured polygons are always fractured along the x-axis, so when
checking to see if a segment is a fracture point, we check if the y
coordinate is equal. This avoids situations where there are multiple
fracture points between two inflection points
Additionally, we add a second check to ensure we don't hit spurious
blobs (all kinks should be symmetric and therefore be substantial in
each direction)
Fixes https://gitlab.com/kicad/code/kicad/issues/14130
(cherry picked from commit
|
||
---|---|---|
.. | ||
drc_test_utils.cpp | ||
drc_test_utils.h | ||
test_custom_rule_severities.cpp | ||
test_drc_copper_conn.cpp | ||
test_drc_courtyard_invalid.cpp | ||
test_drc_courtyard_overlap.cpp | ||
test_drc_regressions.cpp | ||
test_solder_mask_bridging.cpp |