mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 19:51:21 +08:00
fixed up radial gradients
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user