Changes between Version 1 and Version 2 of Ticket #4332
- Timestamp:
- 2017-03-16T20:05:59Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4332 – Description
v1 v2 1 When we draw a polygon in the IconView with more then two points, the resulting coordinates and the origin will be totally odd. Even if we set the origin to (0|0) afterward manually, the coordinates will s ill be not integer.1 When we draw a polygon in the IconView with more then two points, the resulting coordinates and the origin will be totally odd. Even if we set the origin to (0|0) afterward manually, the coordinates will still be not integer. 2 2 3 3 Example: If we draw from (0|0) to (10|0) the polygon (actually a line) coordinas are fine. But if we draw from (0|0) to (10|0) to (0|10) we get: (9.85|9.85) as origin and coordinats sitting on odd places like -9.85355.