konvajs / konva

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://konvajs.org/
Other
11.07k stars 896 forks source link

The Konva Transformer is unable to change the width and height of the rect #1765

Closed 929496959 closed 4 weeks ago

929496959 commented 1 month ago

using js url (https://unpkg.com/konva@9/konva.min.js)

err code ` <!DOCTYPE html>

`

929496959 commented 1 month ago

this code is demo

lavrton commented 4 weeks ago

Use non-minified version to see what is wrong. https://unpkg.com/konva@9/konva.js Hint: convert strings from inputs into numbers when you pass values into konva.