mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 18:24:17 +08:00
add funding, enable all tests
This commit is contained in:
parent
d5d6af43fa
commit
e6c842c83f
4
konva.min.js
vendored
4
konva.min.js
vendored
File diff suppressed because one or more lines are too long
14
package.json
14
package.json
@ -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",
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user