mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
updated Shape constructor docs
This commit is contained in:
4
dist/kinetic-core.js
vendored
4
dist/kinetic-core.js
vendored
@@ -3469,8 +3469,8 @@ Kinetic.Group = Kinetic.Container.extend({
|
||||
// Shape
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
/**
|
||||
* Shape constructor. Shapes are primitive objects that turn small drawings into
|
||||
* objects, such as rectangles, circles, text, lines, etc.
|
||||
* Shape constructor. Shapes are primitive objects such as rectangles,
|
||||
* circles, text, lines, etc.
|
||||
* @constructor
|
||||
* @augments Kinetic.Node
|
||||
* @param {Object} config
|
||||
|
@@ -2,8 +2,8 @@
|
||||
// Shape
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
/**
|
||||
* Shape constructor. Shapes are primitive objects that turn small drawings into
|
||||
* objects, such as rectangles, circles, text, lines, etc.
|
||||
* Shape constructor. Shapes are primitive objects such as rectangles,
|
||||
* circles, text, lines, etc.
|
||||
* @constructor
|
||||
* @augments Kinetic.Node
|
||||
* @param {Object} config
|
||||
|
Reference in New Issue
Block a user