markerjs
markerjs copied to clipboard
Incorrect render result in Edge
When using the render function in Edge, markers are rendered in the top-left corner of the image.
This only happens for markers that are moved at least once. When rendering markers from a previous state (and without moving), the rendering result is correct.
Works OK in Chrome/Firefox.
I suspect commit 9822948cd620fd16145a6337a6f45dd78f445005 introduced the issue, I undid some of the changes in my fork (aed942d655bb357f6d2ec0cb7b54266a60652365) to get it working again.