WebViewer Version: 10.10.1
Do you have an issue with a specific file(s)? docx
Can you reproduce using one of our samples or online demos? No
Are you using the WebViewer server? No
Does the issue only happen on certain browsers? No
Is your issue related to a front-end framework? No (Using NextJs/React)
Is your issue related to annotations? Yes
Please give a brief summary of your issue:
Strikeout annotations are tracked with coordinates but not text content
Please describe your issue and provide steps to reproduce it:
We render docx and pdf in WebViewer and facilitate users drawing strikeouts. Since strikeouts are tracked based on the coordinates, when we add/delete newlines to the documents (above the line where strikeout is available), the strikeout annotations standalone moves vertically independently.
Picture 1
Picture 2
You can see in picture 2 the strikeout has been moved one line up with respect to the texts because of new line of text addition.
Our requirement is to move the strikeouts also with the texts.