Issue with Paper.js Polygon Tool in Mirador-Annotation Library
I am encountering an issue with the Paper.js polygon tool used in the Mirador-Annotation library, which I am currently using in my project.
I have already raised an issue in the Mirador-Annotation repository regarding this problem. You can find the link to the issue here: https://github.com/ProjectMirador/mirador-annotations/issues/77
The problem I am facing is related to the polygon tool in the library. When I attempt to use the polygon tool on high-resolution images, I am unable to complete (end) the polygon by connecting the last point with the starting point. Consequently, I cannot save the polygon since the target details are not being sent to the API.
As a bit of context, my project is built using React, and I have incorporated the following versions:
react: 17.0.2 mirador-annotations: 0.5.0 mirador: 3.3.0 I would greatly appreciate any insights, suggestions, or potential workarounds to resolve this issue. If you have any ideas or have encountered a similar problem, please feel free to share your thoughts in the linked issue or here.
Thank You!