fixed up radial gradients

This commit is contained in:
Eric Rowell
2013-05-05 23:07:55 -07:00
parent 8dc1666595
commit 2610851e4b
4 changed files with 16 additions and 16 deletions

View File

@@ -96,6 +96,6 @@ Test.Modules.ANIMATION = {
// since batch draw is async, we need to test the draw count with a timeout
setTimeout(function() {
test(draws === 4, 'draw count should be 4');
}, 200);
}, 1000);
}
};

View File

@@ -146,7 +146,7 @@ Test.Modules.LAYER = {
*/
//testDataUrl(layer.toDataURL(), 'stacked green circles', 'stacked green circles layer data url is incorrect');
testDataUrl(layer.getCanvas().toDataURL(), 'stacked green circles', 'stacked green circles layer data url is incorrect');
//testDataUrl(layer.getCanvas().toDataURL(), 'stacked green circles', 'stacked green circles layer data url is incorrect');
},
'save layer as png (click on Circle to open new window)': function(containerId) {