Skip to content

Commit

Permalink
change pencil brush finalize to be in line with other brushes (fabric…
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-van-den-broeck authored and asturur committed Oct 29, 2019
1 parent 6c5fa1d commit ef2c794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brushes/pencil_brush.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
var path = this.createPath(pathData);
this.canvas.clearContext(this.canvas.contextTop);
this.canvas.add(path);
this.canvas.renderAll();
this.canvas.requestRenderAll();
path.setCoords();
this._resetShadow();

Expand Down

0 comments on commit ef2c794

Please sign in to comment.