mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
updated docs
This commit is contained in:
parent
203c3960e3
commit
a7466a0b87
@ -223,7 +223,7 @@
|
|||||||
/**
|
/**
|
||||||
* set dash array.
|
* set dash array.
|
||||||
* @name setDashArray
|
* @name setDashArray
|
||||||
* @methodOf Kinetic.Line.prototype
|
* @methodOf Kinetic.Shape.prototype
|
||||||
* @param {Array} dashArray
|
* @param {Array} dashArray
|
||||||
* examples:<br>
|
* examples:<br>
|
||||||
* [10, 5] dashes are 10px long and 5 pixels apart
|
* [10, 5] dashes are 10px long and 5 pixels apart
|
||||||
@ -356,7 +356,7 @@
|
|||||||
/**
|
/**
|
||||||
* get dash array
|
* get dash array
|
||||||
* @name getDashArray
|
* @name getDashArray
|
||||||
* @methodOf Kinetic.Line.prototype
|
* @methodOf Kinetic.Shape.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user