From 10bbfaee0a1c6939c826280faef3cc1a0ddc7973 Mon Sep 17 00:00:00 2001 From: ShaMan123 Date: Thu, 8 Apr 2021 12:17:20 +0300 Subject: [PATCH] Update static_canvas.class.js --- src/static_canvas.class.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/static_canvas.class.js b/src/static_canvas.class.js index 6ffd756f250..89dd80449db 100644 --- a/src/static_canvas.class.js +++ b/src/static_canvas.class.js @@ -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