mirror of
https://github.com/konvajs/konva.git
synced 2025-09-22 20:14:01 +08:00
fix fill patter scale for text. close #720
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
suite.only('Stage', function () {
|
||||
suite('Stage', function () {
|
||||
// ======================================================
|
||||
test('instantiate stage with id', function () {
|
||||
var container = Konva.document.createElement('div');
|
||||
|
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user