Hi Laurent,
We have added the sample link to demonstrate how to get the position of the node after zooming in, zooming out, and panning. By using the getElementById method, we can able to find the element, after finding the element using the getBoundingClientRect method we can able to find the element position after zooming and panning the diagram.
|
node = document.getElementById( (NodeID);
console.log(node.getBoundingClientRect()); |
Regards,
Sivakumar