updated spline tests

This commit is contained in:
Eric Rowell
2013-03-24 00:15:15 -07:00
parent 542f675522
commit 15a9f6165f

View File

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