mirror of
https://github.com/konvajs/konva.git
synced 2025-09-24 21:37:18 +08:00
Add new property imageSmoothingEnabled
to the layer. some ts fixes.
This commit is contained in:
@@ -31,6 +31,7 @@ export class FastLayer extends BaseLayer {
|
||||
}
|
||||
_setCanvasSize(width, height) {
|
||||
this.canvas.setSize(width, height);
|
||||
this._checkSmooth();
|
||||
}
|
||||
hitGraphEnabled() {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user