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-09-18 18:27:58 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
13c540b969df799c7c303796cf4fc2026363c65a
konva
/
tests
/
js
History
Eric Rowell
13c540b969
removed beforeDraw and afterDraw methods. you can now subscribe to draw events with .on('draw') or .on('beforeDraw'). Draw events also bubble
2013-03-24 01:05:37 -07:00
..
unit
updated spline tests
2013-03-24 00:15:15 -07:00
functionalTests.js
removed beforeDraw and afterDraw methods. you can now subscribe to draw events with .on('draw') or .on('beforeDraw'). Draw events also bubble
2013-03-24 01:05:37 -07:00
manualTests.js
refactored transition logic and added getAttr method
2013-03-15 16:19:12 -07:00
performanceTests.js
first pass at removing setDefaultAttrs logic to speed up node instantation performance
2013-03-15 08:33:05 -07: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