Commit f8181c9
committed
FIX: when iterating through segments skip 0 length segments
One method to fix #15842
In this case we check in `path_intersect_path` that as we iterate
through the segments, if we hit a 0 length segment we grab the next
vertex before checking if the segments from the two paths intersect.1 parent a06d8e9 commit f8181c9
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
890 | 894 | | |
891 | 895 | | |
| 896 | + | |
892 | 897 | | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
893 | 902 | | |
894 | 903 | | |
895 | 904 | | |
| |||
0 commit comments