You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// let {
// width: w,
// height: h,
// rx,
// ry,
// x,
// y
// } = this.attr(['width', 'height', 'rx', 'ry', 'x', 'y'])
let w = this.attr("width");
let h = this.attr("height");
let rx = this.attr("rx");
let ry = this.attr("ry");
let x = this.attr("x");
let y = this.attr("y");
curve.js:40793 Uncaught DOMException: Failed to execute 'setAttribute' on 'Element': '0' is not a valid attribute name.
The text was updated successfully, but these errors were encountered: