mirror of
https://github.com/konvajs/konva.git
synced 2025-09-22 20:14:01 +08:00
Merge branch 'master' of github.com:konvajs/konva into master
This commit is contained in:
@@ -1779,7 +1779,7 @@ export abstract class Node<Config extends NodeConfig = NodeConfig> {
|
||||
* @name Konva.Node#getAbsoluteRotation
|
||||
* @returns {Number}
|
||||
* @example
|
||||
* // get absolute scale x
|
||||
* // get absolute rotation
|
||||
* var rotation = node.getAbsoluteRotation();
|
||||
*/
|
||||
getAbsoluteRotation() {
|
||||
@@ -3165,8 +3165,8 @@ addGetterSetter(Node, 'transformsEnabled', 'all', getStringValidator());
|
||||
* @example
|
||||
* // get node size
|
||||
* var size = node.size();
|
||||
* var x = size.x;
|
||||
* var y = size.y;
|
||||
* var width = size.width;
|
||||
* var height = size.height;
|
||||
*
|
||||
* // set size
|
||||
* node.size({
|
||||
|
Reference in New Issue
Block a user