This commit is contained in:
Anton Lavrenov
2020-05-08 09:59:35 -05:00
parent a2adcf5f17
commit d5481b1b72
78 changed files with 3714 additions and 3711 deletions

View File

@@ -1,6 +1,6 @@
suite('Canvas', function() {
suite('Canvas', function () {
// ======================================================
test('pixel ratio', function() {
test('pixel ratio', function () {
var stage = addStage();
var layer = new Konva.Layer();
@@ -12,7 +12,7 @@ suite('Canvas', function() {
fill: 'green',
stroke: 'blue',
strokeWidth: 4,
draggable: true
draggable: true,
});
layer.add(circle);