mirror of
https://github.com/konvajs/konva.git
synced 2026-01-23 05:14:58 +08:00
Update Node.ts
This commit is contained in:
@@ -2405,7 +2405,7 @@ Factory.addGetterSetter(Node, 'zIndex');
|
|||||||
*
|
*
|
||||||
* // set position
|
* // set position
|
||||||
* node.absolutePosition({
|
* node.absolutePosition({
|
||||||
* x: 5
|
* x: 5,
|
||||||
* y: 10
|
* y: 10
|
||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
@@ -2426,7 +2426,7 @@ Factory.addGetterSetter(Node, 'position');
|
|||||||
*
|
*
|
||||||
* // set position
|
* // set position
|
||||||
* node.position({
|
* node.position({
|
||||||
* x: 5
|
* x: 5,
|
||||||
* y: 10
|
* y: 10
|
||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user