mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 19:07: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
|
||||||
///////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////
|
||||||
/**
|
/**
|
||||||
* Shape constructor. Shapes are primitive objects that turn small drawings into
|
* Shape constructor. Shapes are primitive objects such as rectangles,
|
||||||
* objects, such as rectangles, circles, text, lines, etc.
|
* circles, text, lines, etc.
|
||||||
* @constructor
|
* @constructor
|
||||||
* @augments Kinetic.Node
|
* @augments Kinetic.Node
|
||||||
* @param {Object} config
|
* @param {Object} config
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
// Shape
|
// Shape
|
||||||
///////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////
|
||||||
/**
|
/**
|
||||||
* Shape constructor. Shapes are primitive objects that turn small drawings into
|
* Shape constructor. Shapes are primitive objects such as rectangles,
|
||||||
* objects, such as rectangles, circles, text, lines, etc.
|
* circles, text, lines, etc.
|
||||||
* @constructor
|
* @constructor
|
||||||
* @augments Kinetic.Node
|
* @augments Kinetic.Node
|
||||||
* @param {Object} config
|
* @param {Object} config
|
||||||
|
Reference in New Issue
Block a user