mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
remove old checks
This commit is contained in:
@@ -804,9 +804,7 @@ suite('Shape', function() {
|
||||
context.strokeStyle = 'black';
|
||||
context.strokeText('Test TEXT', 50, 75);
|
||||
|
||||
if (!window.isPhantomJS) {
|
||||
compareLayerAndCanvas(layer, canvas, 254);
|
||||
}
|
||||
compareLayerAndCanvas(layer, canvas, 254);
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
@@ -1440,9 +1438,7 @@ suite('Shape', function() {
|
||||
layer2.add(rect2);
|
||||
stage.add(layer2);
|
||||
|
||||
if (!window.isPhantomJS) {
|
||||
compareLayers(layer1, layer2, 30);
|
||||
}
|
||||
compareLayers(layer1, layer2, 30);
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
|
Reference in New Issue
Block a user