mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
better HDPI support
update packages
This commit is contained in:
@@ -96,6 +96,6 @@ suite('Ellipse', function(){
|
||||
context.fill();
|
||||
context.lineWidth = 8;
|
||||
context.stroke();
|
||||
compareLayerAndCanvas(layer, canvas, 50);
|
||||
compareLayerAndCanvas(layer, canvas, 80);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user