kicad/qa/tests/pcbnew/drc
Seth Hillbrand f7f52d77e4 Rework Copper Sliver check
Adds QA checks to copper sliver tests.  Adds the following checks:
- Dot product between two arms (quickly avoids checks for >90°)
- Checks the sliver is convex (area test)
- Eliminates minor slivers with angles that are approximately 0 and ones
  with the opposite side width beneath a configurable level
- Updates Clipper2 to fix a couple of jagged edges on inflate
- Adds simplify during zone fill inflation to limit jaggies

Fixes https://gitlab.com/kicad/code/kicad/issues/14549
2023-04-25 10:32:46 -07:00
..
drc_test_utils.cpp
drc_test_utils.h
test_custom_rule_severities.cpp
test_drc_copper_conn.cpp
test_drc_copper_sliver.cpp
test_drc_courtyard_invalid.cpp
test_drc_courtyard_overlap.cpp
test_drc_regressions.cpp
test_solder_mask_bridging.cpp Move tests around 2023-04-24 22:09:36 -04:00