mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
cleanup
This commit is contained in:
parent
1230f2dd44
commit
b2239a7085
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);
|
||||
});
|
||||
|
||||
test.only('keep ratio should allow negative scaling', function() {
|
||||
test('keep ratio should allow negative scaling', function() {
|
||||
var stage = addStage();
|
||||
var layer = new Konva.Layer();
|
||||
stage.add(layer);
|
||||
@ -980,8 +980,6 @@ suite('Transformer', function() {
|
||||
|
||||
assert.equal(rect.scaleX(), -1);
|
||||
assert.equal(rect.scaleY(), -1);
|
||||
|
||||
throw '';
|
||||
});
|
||||
|
||||
test('can add padding with rotation', function() {
|
||||
|
Loading…
Reference in New Issue
Block a user