mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
align
support for Konva.TextPath
This commit is contained in:
@@ -217,7 +217,7 @@ suite('Label', function() {
|
||||
cloneAndCompareLayer(layer, 254);
|
||||
});
|
||||
|
||||
it.only('tag should list text size changes', function() {
|
||||
it('tag should list text size changes', function() {
|
||||
var stage = addStage();
|
||||
var layer = new Konva.Layer();
|
||||
stage.add(layer);
|
||||
|
Reference in New Issue
Block a user