Skip to content

Commit

Permalink
Update static_canvas.class.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Apr 8, 2021
1 parent 7a7ef60 commit 10bbfae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/static_canvas.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@
*/
clipPath: undefined,

/**
* Indicates whether the background objects of this canvas can be erased by @class fabric.EraserBrush
*/
erasable: false,

/**
* @private
* @param {HTMLElement | String} el <canvas> element to initialize instance on
Expand Down

0 comments on commit 10bbfae

Please sign in to comment.