Changes between Version 3 and Version 4 of Ticket #21254, comment 11
- Timestamp:
- 2021-08-31T17:07:12+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21254, comment 11
v3 v4 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).~~ Nevermind. My original plot was borked. 4 4 5 [[Image(21254.bad_plot.png , 100%)]]5 [[Image(21254.bad_plot.png)]]