0👍
Just adding the this
to notes
should be enough I think.
this.$svg('space')
.rect(this.notes.height, this.notes.width)
.attr({ fill: this.notes.color })
}
Source:stackexchange.com
0👍
Just adding the this
to notes
should be enough I think.
this.$svg('space')
.rect(this.notes.height, this.notes.width)
.attr({ fill: this.notes.color })
}