Changes between Version 2 and Version 3 of Ticket #2757, comment 6
- Timestamp:
- 05/08/20 11:48:23 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2757, comment 6
v2 v3 12 12 }}} 13 13 The 3rd chunk is wrong and overlaps with data from the 2nd chunk (omitting horizontal coordinates which are always the same): 14 * 2nd chunk moves up by 26: 1235 / 80-> rectangle from 1209 to 128915 * 3rd chunk moves down by 26: 1172 / 37-> rectangle from 1198 to 123514 * 2nd chunk moves up by 26: from 1235, 80 pixels high -> rectangle from 1209 to 1289 15 * 3rd chunk moves down by 26: from 1172, 37 pixels high -> rectangle from 1198 to 1235 16 16 Overlaps should never occur!