mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
updated spline tests
This commit is contained in:
@@ -78,6 +78,8 @@ Test.Modules.SPLINE = {
|
||||
|
||||
//console.log(layer.toDataURL());
|
||||
warn(layer.toDataURL() === dataUrls['curvy lines'], 'problem with curvy lines');
|
||||
|
||||
test(line1.getShapeType() === 'Spline', 'shape type should be Spline');
|
||||
|
||||
},
|
||||
'create from points represented as a flat array': function(containerId) {
|
||||
|
Reference in New Issue
Block a user