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
2026-01-23 21:34:50 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4a0087f72c5d5f8c1d527c5037532c53536c7a8f
konva
/
tests
/
js
/
unit
History
Eric Rowell
4a0087f72c
gauss cleanup
2013-02-20 21:30:24 -08:00
..
shapes
gauss cleanup
2013-02-20 21:30:24 -08:00
animationTests.js
Kinetic.Animation constructor now just requires a function and optional node. No more config object
2012-11-15 21:30:58 -08:00
containerTests.js
ids and names hashes used for node selection via get() has moved to Global in order to greatly simplify the selection logic. This means that node ids and names are shared across all stages. If two stages each have a node with the same id, only the last id set will be accessibile (similar to DOM)
2013-01-13 11:10:49 -08:00
ddTests.js
restructured unit tests and created a unit test build target which concatenates source test files
2012-11-13 21:37:28 -08:00
globalTests.js
wrapped all modules with anonymous func. moved Canvas to root dir because it's now coupled to KineticJS logic. removed whitelisting arrays from Global. Did some prep work for AMD and Node support
2012-12-01 12:04:10 -08:00
layerTests.js
moved some manual tests to unit tests and greatly refactored the manual test suite
2013-01-27 16:27:17 -08:00
nodeTests.js
moved some manual tests to unit tests and greatly refactored the manual test suite
2013-01-27 16:27:17 -08:00
shapeTests.js
new fillPriority attr which enables you to easily toggle between different fill types without having to null out fill attrs and reset other fill attrs
2013-01-30 09:50:36 -08:00
stageTests.js
added stage getDragLayer() method and unit tests
2013-01-12 23:45:28 -08:00
transitionTests.js
fixed several memory issues with transition logic. Heavily refactored Transition module. New Animation isRunning method. destroy() method now correctly stops currently running transitions. added several transition and destroy related unit tests
2013-01-13 19:59:35 -08:00