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-19 10:47:59 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
84e400e0f041e07eb4764a9a74b65ba4a4c76b3f
konva
/
tests
/
js
History
Eric Rowell
84e400e0f0
changed commands property to data per Jason's request. This provides a similar nomenclature to the SVG path data property
2012-05-29 21:34:04 -07:00
..
functionalTests.js
added drag and drop support for the stage. This essentially enables stage panning
2012-05-27 00:07:36 -07:00
Test.js
turns out there was no performance problems with the path (made a dumb mistake with implementation). However, during the analysis, I ended up adding event detection throttling which is pretty handy. It cuts down unecessary mousemove event handling dramatically and greatly improves performance when you have thousands of shapes
2012-05-27 23:41:05 -07:00
unitTests.js
changed commands property to data per Jason's request. This provides a similar nomenclature to the SVG path data property
2012-05-29 21:34:04 -07:00