draw2d icon indicating copy to clipboard operation
draw2d copied to clipboard

draw2d.command.CommandRotate distorts objects

Open rudolphi opened this issue 3 years ago • 0 comments

When updating the dimensions, width and height parameters are swapped. draw2d/src/command/CommandRotate.js:82 should be this.figure.setDimension(w, h)

rudolphi avatar May 17 '21 17:05 rudolphi