Add new property imageSmoothingEnabled to the layer. some ts fixes.

This commit is contained in:
Anton Lavrenov
2019-05-28 15:39:08 -05:00
parent d4f8192631
commit 8252804373
12 changed files with 154 additions and 1339 deletions

View File

@@ -62,7 +62,8 @@ var CONTEXT_PROPERTIES = [
'textAlign',
'textBaseline',
'globalAlpha',
'globalCompositeOperation'
'globalCompositeOperation',
'imageSmoothingEnabled'
];
// TODO: document all context methods