fix fill patter scale for text. close #720

This commit is contained in:
Anton Lavrenov
2020-09-14 16:37:25 -05:00
parent 37466422d8
commit 44f79edbbb
6 changed files with 24 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
suite.only('Stage', function () {
suite('Stage', function () {
// ======================================================
test('instantiate stage with id', function () {
var container = Konva.document.createElement('div');

View File

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