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-24 05:45:14 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b5c1bc633ae5a48bd044e87840c9f46695c481d6
konva
/
tests
/
js
/
unit
History
Eric Rowell
b5c1bc633a
removed dynamic drag and drop layer all together. In the end, the performance benefits (small) did not out weigh the complexity consequences
2013-03-23 21:47:15 -07:00
..
plugins
fixed up TextPath tests
2013-03-19 09:40:48 -07:00
shapes
changed wrapping attribute to wrap
2013-03-20 09:26:55 -07: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
removed simulate method. refactoring also fixed bug in which if you fire a custom event that has not been registered, the script no longer fails
2013-03-21 19:43:17 -07:00
ddTests.js
first pass at removing setDefaultAttrs logic to speed up node instantation performance
2013-03-15 08:33:05 -07: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
canvas elements now come with padding, margin, border, and background style resets
2013-02-15 15:18:02 -08:00
nodeTests.js
removed simulate method. refactoring also fixed bug in which if you fire a custom event that has not been registered, the script no longer fails
2013-03-21 19:43:17 -07:00
shapeTests.js
first pass at removing setDefaultAttrs logic to speed up node instantation performance
2013-03-15 08:33:05 -07:00
stageTests.js
removed dynamic drag and drop layer all together. In the end, the performance benefits (small) did not out weigh the complexity consequences
2013-03-23 21:47:15 -07: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