mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
977c1653f5
commit
a86aa4ef28
@ -3,6 +3,8 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 7.2.2
|
||||
|
||||
* Fix wrong size calculations for `Konva.Line` with tension
|
||||
* Fix `shape.intersects()` behavior when a node is dragged
|
||||
* Fix ellipsis rendering for `Konva.Text`
|
||||
|
6
konva.js
6
konva.js
@ -4076,7 +4076,7 @@
|
||||
* @name Konva.Node#getAbsoluteRotation
|
||||
* @returns {Number}
|
||||
* @example
|
||||
* // get absolute scale x
|
||||
* // get absolute rotation
|
||||
* var rotation = node.getAbsoluteRotation();
|
||||
*/
|
||||
Node.prototype.getAbsoluteRotation = function () {
|
||||
@ -5234,8 +5234,8 @@
|
||||
* @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({
|
||||
|
Loading…
Reference in New Issue
Block a user