mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 19:51:21 +08:00
cleanup
This commit is contained in:
2
konva.min.js
vendored
2
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -932,7 +932,7 @@ suite('Transformer', function() {
|
|||||||
assert.equal(rect.scaleY(), 1);
|
assert.equal(rect.scaleY(), 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
test.only('keep ratio should allow negative scaling', function() {
|
test('keep ratio should allow negative scaling', function() {
|
||||||
var stage = addStage();
|
var stage = addStage();
|
||||||
var layer = new Konva.Layer();
|
var layer = new Konva.Layer();
|
||||||
stage.add(layer);
|
stage.add(layer);
|
||||||
@@ -980,8 +980,6 @@ suite('Transformer', function() {
|
|||||||
|
|
||||||
assert.equal(rect.scaleX(), -1);
|
assert.equal(rect.scaleX(), -1);
|
||||||
assert.equal(rect.scaleY(), -1);
|
assert.equal(rect.scaleY(), -1);
|
||||||
|
|
||||||
throw '';
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test('can add padding with rotation', function() {
|
test('can add padding with rotation', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user