NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
977 stars 596 forks source link

Issue while creating polygon and moving scrollbars #174

Open VincentVerweij opened 4 years ago

VincentVerweij commented 4 years ago

Describe the bug When we are drawing a polygon on an image and we are zoomed in on the image. While drawing we want to use the scrollbars to continue drawing a part of the image that is not visible in the screen. When moving the scrollbars, the crossfire (mouse cursor) doesn't align anymore with the actual point of the polygon.

To Reproduce Steps to reproduce the behavior:

  1. Import an image
  2. Open the image by clicking on it on the bar at the bottom
  3. Zoom in so a part of the image is outside the view
  4. Click on Polygon
  5. Start creating points
  6. Move the horizontal or vertical scrollbar
  7. Try to create an extra polygon point, and see it does not align with the actual point and the mouse cursor.

Screenshots image

Console Errors None

Device detail:

Additional context None