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-12-26 22:55:44 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
624ec25c2991aa5bf611b44562aa5d8d054efbab
konva
/
tests
/
js
History
Eric Rowell
624ec25c29
added enabler and disabler functions to toggle shape attrs that are either on or off, such as fill, stroke, shadow, and dashArray. Also fixed problem with shadows not being applied to non color filled shapes
2013-01-23 23:08:01 -08:00
..
unit
added enabler and disabler functions to toggle shape attrs that are either on or off, such as fill, stroke, shadow, and dashArray. Also fixed problem with shadows not being applied to non color filled shapes
2013-01-23 23:08:01 -08:00
functionalTests.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
manualTests.js
refactored drag and drop a bit and fixed a dependency bug
2013-01-13 22:32:08 -08:00
performanceTests.js
updated .gitignore and added more performance tests around image cropping and scaling in order to understand the value of a SpriteSheet plugin
2012-12-09 20:13:17 -08:00
Test.js
layer.toDataURL() now directly returns layer canvas data url if position and size are not specificed. updated unit tests and docs
2013-01-02 22:02:00 -08:00