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-02 20:42:42 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
30fd5c1fa7bf4db7faf8313c65ad3498f1be2e6c
konva
/
tests
/
assets
History
Eric Rowell
7f7cd24838
attr change events no longer bubble. updated functional test data urls
2012-07-07 11:52:04 -07:00
..
functionalDataUrls.js
attr change events no longer bubble. updated functional test data urls
2012-07-07 11:52:04 -07:00
tiger.js
Implemented "a", "A". Added unit test for SVG "tiger" path (the canonical SVG example)
2012-06-05 23:56:46 -04:00
unitDataUrls.js
added new clearBeforeDraw Layer property which enables you to skip canvas clearing before each draw. Added new warn() method to test suite, and added error and warning colorings to the test counter
2012-06-23 16:11:58 -07:00
worldMap.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