new flipEnabled property for Konva.Transformer. close #954

This commit is contained in:
Anton Lavrenov
2021-05-06 15:36:32 -05:00
parent 386287eebe
commit dbe88946ed
3 changed files with 27 additions and 3 deletions

View File

@@ -3578,7 +3578,7 @@ describe('Transformer', function () {
y: 15,
text: 'Simple Text',
fontSize: 60,
fontFamily: 'Calibri',
fontFamily: 'Arial',
fill: 'green',
});
layer.add(shape);