mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 11:59:45 +08:00
Fix typo in getAbsoluteRotation() code example
This commit is contained in:
parent
e6c842c83f
commit
f0a4e55b75
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user