mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
cache + pixelRatio
This commit is contained in:
@@ -106,12 +106,13 @@ suite('Blob', function(){
|
||||
tension: 0.3,
|
||||
closed: true
|
||||
});
|
||||
|
||||
blob.cache();
|
||||
layer.add(blob);
|
||||
stage.add(layer);
|
||||
|
||||
if (!window.mochaPhantomJS) {
|
||||
cloneAndCompareLayer(layer, 50);
|
||||
cloneAndCompareLayer(layer, 100);
|
||||
}
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user