Opened 8 years ago
Last modified 7 years ago
#4332 closed defect
OMEdit: polygon annotation: odd coordinates if more then two points are drawn — at Initial Version
Reported by: | Jan Kokert | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | normal | Milestone: | 1.12.0 |
Component: | OMEdit | Version: | |
Keywords: | polygon annotation odd coordinates | Cc: |
Description
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.
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.
Note:
See TracTickets
for help on using tickets.