mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
Merge pull request #1031 from ursm/patch-1
Fix typo in getAbsoluteRotation() code example
This commit is contained in:
commit
1f08a296e9
@ -1779,7 +1779,7 @@ export abstract class Node<Config extends NodeConfig = NodeConfig> {
|
|||||||
* @name Konva.Node#getAbsoluteRotation
|
* @name Konva.Node#getAbsoluteRotation
|
||||||
* @returns {Number}
|
* @returns {Number}
|
||||||
* @example
|
* @example
|
||||||
* // get absolute scale x
|
* // get absolute rotation
|
||||||
* var rotation = node.getAbsoluteRotation();
|
* var rotation = node.getAbsoluteRotation();
|
||||||
*/
|
*/
|
||||||
getAbsoluteRotation() {
|
getAbsoluteRotation() {
|
||||||
|
Loading…
Reference in New Issue
Block a user