mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
combined Line, Spline, Blob, and Polygon into a single shape for more flexibility. converted allPoints property into cacheable getTensionPoints method
This commit is contained in:
@@ -22,11 +22,8 @@ module.exports = function(grunt) {
|
||||
'src/shapes/Ellipse.js',
|
||||
'src/shapes/Wedge.js',
|
||||
'src/shapes/Image.js',
|
||||
'src/shapes/Polygon.js',
|
||||
'src/shapes/Text.js',
|
||||
'src/shapes/Line.js',
|
||||
'src/shapes/Spline.js',
|
||||
'src/shapes/Blob.js',
|
||||
'src/shapes/Sprite.js',
|
||||
|
||||
// plugins
|
||||
|
||||
Reference in New Issue
Block a user