Closed atirtahirgroupdocs closed 4 years ago
@atirtahirgroupdocs
This issue has been fixed.
Before running the project make sure that @groupdocs.examples.jquery/annotation has been updated to latest version.
Latest version is v0.16.8.
Please note that current fix was applied to jQuery version of GroupDocs.Annotation, however we are expecting to release Angular version by the end of this month, after that jQuery version will be discontinued.
Thanks.
This issue is raised in https://forum.groupdocs.com/t/annotation-alignment-issue-with-images-api-asp-net-mvc-demo/7978 Hi, When we open/load images, the container/canvas that the image is loaded on is larger than the width/height of the image. This difference is causing some alignment issues when trying to annotate the image. This is how annotation is being added: http://prntscr.com/qvfakz. I added polyline annotation across full car. As you can see, the white part (container/canvas) containing the image extends beyond the dimensions of the image itself. This results in the annotation on the image to be misaligned after saving. Result:
Thanks