Changes between Initial Version and Version 1 of Ticket #4332


Ignore:
Timestamp:
2017-03-16T20:05:47Z (8 years ago)
Author:
Jan Kokert
Comment:

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 be integer.
     1When 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.
    22
    33Example: 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.