mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
Add new property imageSmoothingEnabled
to the layer. some ts fixes.
This commit is contained in:
@@ -62,7 +62,8 @@ var CONTEXT_PROPERTIES = [
|
||||
'textAlign',
|
||||
'textBaseline',
|
||||
'globalAlpha',
|
||||
'globalCompositeOperation'
|
||||
'globalCompositeOperation',
|
||||
'imageSmoothingEnabled'
|
||||
];
|
||||
|
||||
// TODO: document all context methods
|
||||
|
Reference in New Issue
Block a user