Comparing version 3.0.5-beta.2 to 3.0.5-beta.3
@@ -231,6 +231,6 @@ /** | ||
return container.addShape('path', { | ||
attrs: Util.mix(attrs, { | ||
attrs: Util.mix({ | ||
path: path, | ||
lineDash: DASH_ARR | ||
}) | ||
}, attrs) | ||
}); | ||
@@ -240,3 +240,3 @@ }, | ||
var tmp = _getMarkerCfg(cfg, false); | ||
tmp.lineDash = DASH_ARR; | ||
tmp.lineDash = tmp.lineDash || DASH_ARR; | ||
return tmp; | ||
@@ -243,0 +243,0 @@ } |
{ | ||
"name": "@antv/g2", | ||
"version": "3.0.5-beta.2", | ||
"version": "3.0.5-beta.3", | ||
"description": "the Grammar of Graphics in Javascript", | ||
@@ -5,0 +5,0 @@ "main": "build/g2.js", |
@@ -231,6 +231,6 @@ /** | ||
return container.addShape('path', { | ||
attrs: Util.mix(attrs, { | ||
attrs: Util.mix({ | ||
path, | ||
lineDash: DASH_ARR | ||
}) | ||
}, attrs) | ||
}); | ||
@@ -240,3 +240,3 @@ }, | ||
const tmp = _getMarkerCfg(cfg, false); | ||
tmp.lineDash = DASH_ARR; | ||
tmp.lineDash = tmp.lineDash || DASH_ARR; | ||
return tmp; | ||
@@ -243,0 +243,0 @@ } |
Sorry, the diff of this file is too big to display
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
5054169