add funding, enable all tests

This commit is contained in:
Anton Lavrenov 2020-12-16 14:22:00 -05:00
parent d5d6af43fa
commit e6c842c83f
4 changed files with 1352 additions and 48 deletions

1380
konva.js

File diff suppressed because it is too large Load Diff

4
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -27,6 +27,20 @@
"watch": "rollup -c -w",
"size": "size-limit"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/lavrton"
},
{
"type": "opencollective",
"url": "https://opencollective.com/konva"
},
{
"type": "github",
"url": "https://github.com/sponsors/lavrton"
}
],
"size-limit": [
{
"limit": "47 KB",

View File

@ -315,7 +315,7 @@ suite('Line', function () {
assert.equal(Math.round(client.height), 147, 'check height');
});
test.only('getClientRect with tension 2', function () {
test('getClientRect with tension 2', function () {
var stage = addStage();
stage.draggable(true);
var layer = new Konva.Layer();