mirror of
https://github.com/konvajs/konva.git
synced 2025-09-20 03:18:00 +08:00
added getNodeType() and getShapeType() methods
This commit is contained in:
@@ -33,6 +33,8 @@ Test.Modules['TEXT PATH'] = {
|
||||
|
||||
layer.add(textpath);
|
||||
stage.add(layer);
|
||||
|
||||
test(textpath.getShapeType() === 'TextPath', 'shape type should be TextPath');
|
||||
},
|
||||
'Render Text Along two connected Bezier': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
|
Reference in New Issue
Block a user