better HDPI support

update packages
This commit is contained in:
Anton Lavrenov
2016-02-28 16:57:15 +08:00
parent 8b23ae64df
commit 3c1e2804de
21 changed files with 94 additions and 119 deletions

View File

@@ -96,6 +96,6 @@ suite('Ellipse', function(){
context.fill();
context.lineWidth = 8;
context.stroke();
compareLayerAndCanvas(layer, canvas, 50);
compareLayerAndCanvas(layer, canvas, 80);
});
});
});