Closed notchris closed 5 years ago
Using the latest version of svg.js and svg.resize.js
Following the example, I get Uncaught TypeError: this.parent.set is not a function
Uncaught TypeError: this.parent.set is not a function
let draw = SVG('#stage').size(window.innerWidth, window.innerHeight) let rect = draw.rect(100, 100).attr({ fill: '#f06' }) rect.selectize().resize()
Thanks!
Oops sorry, this is a select issue!
Same here
https://github.com/svgdotjs/svg.select.js/issues/52
Using the latest version of svg.js and svg.resize.js
Following the example, I get
Uncaught TypeError: this.parent.set is not a function
Thanks!