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-22 20:14:01 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e04b97906347f196b65cbabbd2de257bdbd32aaf
konva
/
src
/
shapes
History
Eric Rowell
383a039def
applyFilter() method now takes in a required filter function, and an optional config and callback function, rather than a config object
2012-11-15 21:51:33 -08:00
..
Circle.js
made various low level performance enhancements with Container
2012-11-14 00:18:49 -08:00
Ellipse.js
moved width and height attrs to node level. This enables us to get and set shape dimensions via width and height. For example, if you have a circle with radius 50, getWidth() will return 100. Not all shapes width and height methods have been implemented yet
2012-10-10 18:48:08 -07:00
Image.js
applyFilter() method now takes in a required filter function, and an optional config and callback function, rather than a config object
2012-11-15 21:51:33 -08:00
Line.js
readded linecap attr to shape level
2012-10-10 20:00:27 -07:00
Path.js
Corrected Kinetic.Path.getPointOnLine() to work in negative x direction. Including Unit test.
2012-09-25 08:56:15 +02:00
Polygon.js
documented Filters namespace, filters, and Transform class, and cleaned up jsdoc warnings
2012-11-11 17:08:16 -08:00
Rect.js
merge trunk
2012-10-10 19:25:50 -07:00
RegularPolygon.js
removed john resig's Class class because it was really slowing down node instantiations. Created a custom solution that's much lighter weight, and about 50% faster
2012-08-22 23:35:21 -07:00
Sprite.js
improved functional test layout, and started work on drawBufferFunc support
2012-11-14 21:55:16 -08:00
Star.js
removed john resig's Class class because it was really slowing down node instantiations. Created a custom solution that's much lighter weight, and about 50% faster
2012-08-22 23:35:21 -07:00
Text.js
fix
#149
began decoupling scene graph draw and buffer graph draw logic. This will enable more flexibility for developers to define custom buffer draw functions, and it also improves draw performance for both the scene and buffer graphs, because each function can be optimized for its purpose. Also moved text drawing logic to the Text shape
2012-11-12 19:59:19 -08:00
TextPath.js
restructured unit tests and created a unit test build target which concatenates source test files
2012-11-13 21:37:28 -08:00