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 21:54:22 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c1b9d44885
konva
/
tests
/
js
History
Eric Rowell
c1b9d44885
setup data url hash for functional tests so that we can compare the visual result before and after a series of simulated events
2012-06-16 00:02:55 -07:00
..
functionalTests.js
setup data url hash for functional tests so that we can compare the visual result before and after a series of simulated events
2012-06-16 00:02:55 -07:00
manualTests.js
refactored event bindings to expose content node events and enable true functional tests without a test framework like Selenium. Added new manualTests.html page for manual tests. One of the manual tests has already been converted to a functional test. Will add in image data url hashmaps soon so that I can compare screenshots before and after a series of actions in the functional tests
2012-06-15 11:47:55 -07:00
Test.js
refactored attr event change logic a bit. added delete operator in a couple places to fix memory leaks. added better event unit tests.
2012-06-09 10:53:47 -07:00
unitTests.js
fixed set fill attr bug which occurred when instantiating the fill with a string color and then setting it later to a fill object such as a gradient or pattern. The fix will apply to any attr which can be a string or object
2012-06-12 09:57:29 -07:00