Changes between Version 1 and Version 2 of Ticket #21254, comment 11
- Timestamp:
- 2021-08-31T16:34:38+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21254, comment 11
v1 v2 1 1 I'll fix those in a bit -- it looks like `assertFalse(area.contains(new Point2D.Float(15, 15)));` is what is failing, and I need to convert the polygon to something visual, just to make certain. 2 2 3 EDIT: Yep. It looks like the test was borked (and probably has been since I fixed the issue where I thought each polygon started relative to the previous polygon. 3 EDIT: Yep. It looks like the test was borked (and probably has been since I fixed the issue where I thought each polygon started relative to the previous polygon).