This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
konva
Watch
1
Star
0
Fork
0
You've already forked konva
mirror of
https://github.com/konvajs/konva.git
synced
2025-07-15 15:14:36 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
19750782c7
konva
/
tests
/
js
History
Eric Rowell
19750782c7
improved drawing speed by 7% by optimizing stroke(), fill(), and several other methods
2012-06-22 19:36:37 -07:00
..
functionalTests.js
you can now cancel drag and drop with setDraggable(false) during a drag and drop operation
2012-06-19 17:06:31 -07:00
manualTests.js
cleaned up undefined, null, 0, and '' comparison operators. To unset a attribute, you can now set it to null, 0, or ''. Setting an attribute to undefined will have no effect
2012-06-22 13:15:29 -07:00
Test.js
moved several manual tests to the unit test page. Added another functional test. Added warning logs to the functional test framework
2012-06-16 01:21:35 -07:00
unitTests.js
improved drawing speed by 7% by optimizing stroke(), fill(), and several other methods
2012-06-22 19:36:37 -07:00