Changes between Initial Version and Version 1 of Ticket #4332
- Timestamp:
- 2017-03-16T20:05:47Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4332 – Description
initial v1 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 you set the origin to (0|0) afterwards, the coordinates will not beinteger.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 sill 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.