You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - the new release made today breaks lines when scaling in/out (with a very basic definition). This doesn't seem to be reflected in the examples, so perhaps it is something isolated to my config. This can be reproduced with the following sample HTML.
When pinning to 1.4.3 in the script tags from unpkg.com, zooming in/out causes the lines to stay "frozen" due to the following error in the console. Pinning to 1.4.2 causes the issue to go away.
Uncaught TypeError: this.lines[i].element.setStyle is not a function
repositionLines https://unpkg.com/jsvectormap@1.4.3:1
applyTransform https://unpkg.com/jsvectormap@1.4.3:1
setScale https://unpkg.com/jsvectormap@1.4.3:1
handleContainerEvents https://unpkg.com/jsvectormap@1.4.3:1
on https://unpkg.com/jsvectormap@1.4.3:1
handleContainerEvents https://unpkg.com/jsvectormap@1.4.3:1
init https://unpkg.com/jsvectormap@1.4.3:1
t https://unpkg.com/jsvectormap@1.4.3:1
t https://unpkg.com/jsvectormap@1.4.3:1
<anonymous> Backbone
jsvectormap@1.4.3:1:23996
Hello - the new release made today breaks lines when scaling in/out (with a very basic definition). This doesn't seem to be reflected in the examples, so perhaps it is something isolated to my config. This can be reproduced with the following sample HTML.
When pinning to 1.4.3 in the script tags from unpkg.com, zooming in/out causes the lines to stay "frozen" due to the following error in the console. Pinning to 1.4.2 causes the issue to go away.
The reproduction recipe HTML page:
I will try looking into this further, but wanted to file an Issue in case you already know where the problem may be coming from.
The text was updated successfully, but these errors were encountered: