@devexpress/utils
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -34,5 +34,6 @@ "use strict"; | ||
for (var _i = 0, _a = this.points; _i < _a.length; _i++) { | ||
var rp = _a[_i]; | ||
rp.x = rp.x * cosFi + sign * rp.y * sinFi; | ||
rp.y = -sign * rp.x * sinFi + rp.y * cosFi; | ||
var pt = _a[_i]; | ||
var clone = pt.clone(); | ||
pt.x = clone.x * cosFi + sign * clone.y * sinFi; | ||
pt.y = -sign * clone.x * sinFi + clone.y * cosFi; | ||
} | ||
@@ -39,0 +40,0 @@ this.changeCoordinateCenterTo(center.multiply(-1, -1)); |
{ | ||
"name": "@devexpress/utils", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "DevExpress utils", | ||
@@ -5,0 +5,0 @@ "author": "DevExpress Inc.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
828988
16915