svgdotjs / svg.resize.js

An extension of svg.js which allows to resize elements which are selected
MIT License
92 stars 67 forks source link

this.parent.set is not a function #53

Closed notchris closed 5 years ago

notchris commented 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

        let draw = SVG('#stage').size(window.innerWidth, window.innerHeight)
        let rect = draw.rect(100, 100).attr({ fill: '#f06' })
        rect.selectize().resize()

Thanks!

notchris commented 5 years ago

Oops sorry, this is a select issue!

Byteschmiede commented 5 years ago

Same here

Fuzzyma commented 5 years ago

https://github.com/svgdotjs/svg.select.js/issues/52