mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
build
This commit is contained in:
@@ -1131,7 +1131,7 @@ suite('Stage', function() {
|
||||
assert.equal(stage.getIntersection(pos), circle, 'circle again');
|
||||
});
|
||||
|
||||
test.only('toDataURL should use pixelRatio 1 by default', function(done) {
|
||||
test('toDataURL should use pixelRatio 1 by default', function(done) {
|
||||
var stage = addStage();
|
||||
|
||||
var url = stage.toDataURL();
|
||||
|
||||
Reference in New Issue
Block a user