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-10-15 12:34:52 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
af31e1ee83e131a3f689677bf3ab02710c9a80d7
konva
/
tests
/
js
History
Eric Rowell
44ba6f7e5b
bug fix - when setting a custom attr that points to self, the setAttrs method no longer gets stuck in a recursive loop throwing a stack overflow error. Also, objects that were instantiated from a class (non-literal objects) are no longer serializable
2012-05-26 18:31:13 -07:00
..
functionalTests.js
tons of refactoring to make the code base even more elegant and flexibile. In particular, the setAttrs() method is much more powerful now, and serves as a really convenient way for setting a bunch of node properties at once
2012-05-19 21:14:04 -07:00
Test.js
hooked in the setAttrs method to the shadow setter and the pattern fill setter. added more unit tests
2012-05-26 10:57:56 -07:00
unitTests.js
bug fix - when setting a custom attr that points to self, the setAttrs method no longer gets stuck in a recursive loop throwing a stack overflow error. Also, objects that were instantiated from a class (non-literal objects) are no longer serializable
2012-05-26 18:31:13 -07:00