| Summary: | [GEF4] geometry intersection not found | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Sylvain Bi <sylvain.bilange> |
| Component: | GEF Geometry | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | unspecified | ||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M5 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Sylvain Bi
Nice finding! The intersection slipped through the convergence test. I ensured that if one of the two curves converges to a single point, this point is tested on the other curve for containment, regardless of the size of the other curve. This fixes the issue. In order to prevent this mistake in the future, I added a test case for the data provided by you. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M5. |