KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 95 forks source link

Fix F5_3 false positives for colinear lines #301

Closed cpresser closed 5 years ago

cpresser commented 5 years ago

Two lines that are colinear and have exactly one identical point are not overlapping.

poeschlr commented 5 years ago

Seems to work. Thanks