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
Hi
I had the same problem and I traced it to Tint filter which is no longer a standalone filter but a mode of BlendColor filter. I think it will work if you replace this routine
changeColor: function(color) {
this.color = color;
this.brush.filters[0] = new fabric.Image.filters.Tint({ color: color });
this.brush.applyFilters(this.canvas.renderAll.bind(this.canvas));
},
Not working with new fabricjs
The text was updated successfully, but these errors were encountered: