Comparing version 3.1.0 to 3.1.1
@@ -43,2 +43,4 @@ var Util = require('../../util/index'); | ||
} else if (!animator.pathFormatted) { | ||
toPath = PathUtil.parsePathString(toAttrs[k]); | ||
fromPath = PathUtil.parsePathString(fromAttrs[k]); | ||
fromPath = PathUtil.formatPath(fromPath, toPath); | ||
@@ -45,0 +47,0 @@ animator.fromAttrs.path = fromPath; |
@@ -26,3 +26,3 @@ module.exports = { | ||
// version, etc. | ||
version: '3.1.0' | ||
version: '3.1.1' | ||
}; |
{ | ||
"name": "@antv/g", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A canvas library which providing 2d draw for G2.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -40,2 +40,4 @@ const Util = require('../../util/index'); | ||
} else if (!animator.pathFormatted) { | ||
toPath = PathUtil.parsePathString(toAttrs[k]); | ||
fromPath = PathUtil.parsePathString(fromAttrs[k]); | ||
fromPath = PathUtil.formatPath(fromPath, toPath); | ||
@@ -42,0 +44,0 @@ animator.fromAttrs.path = fromPath; |
@@ -26,3 +26,3 @@ module.exports = { | ||
// version, etc. | ||
version: '3.1.0' | ||
version: '3.1.1' | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1078394
28582