mirror of
https://github.com/konvajs/konva.git
synced 2025-05-16 05:15:11 +08:00
updated Shape constructor docs
This commit is contained in:
parent
5f7b6018fa
commit
ebf324484d
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
|
||||
|
Loading…
Reference in New Issue
Block a user