align support for Konva.TextPath

This commit is contained in:
Anton Lavrenov
2016-10-28 15:30:36 -06:00
parent d090e3662e
commit 0d11bff316
7 changed files with 154 additions and 9 deletions

View File

@@ -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);