fix dragend bug, revert back text fill pattern fix

This commit is contained in:
Anton Lavrenov
2019-09-05 13:01:20 -05:00
parent 89e332229b
commit 2988dce492
7 changed files with 87 additions and 27 deletions

View File

@@ -1007,7 +1007,7 @@ suite('Text', function() {
imageObj.src = 'assets/darth-vader.jpg';
});
test('image gradient for text with scale', function(done) {
test.skip('image gradient for text with scale', function(done) {
Konva.pixelRatio = 1;
var imageObj = new Image();
imageObj.onload = function() {