freegroup / draw2d

Create Visio like drawings, diagrams or workflows with JavaScript and HTML5
https://freegroup.github.io/draw2d/#/examples
MIT License
738 stars 227 forks source link

setPosition() ignoring Y cooridinates for a Label #148

Closed clomas closed 3 years ago

clomas commented 3 years ago

setPosition() is ignoring the optional Y coordinate, even when I set draw2d.geo.Point(0, 200)

The label appears @ x: 0, y:0

setY() behaves the same.

X coordinate work fine in all of the above methods.

freegroup commented 3 years ago

https://codepen.io/freegroup/pen/VwjOgvN

works fine....