提交 c344f11b 编写于 作者: K kener

symbol优化

上级 afa1308f
......@@ -602,13 +602,13 @@ define(function(require) {
);
var nBorderWidth = typeof normal.borderWidth != 'undefined'
? normal.borderWidth
: (normal.lineStyle && normal.lineStyle.width * 2);
: (normal.lineStyle && normal.lineStyle.width);
if (typeof nBorderWidth == 'undefined') {
nBorderWidth = 0;
}
var eBorderWidth = typeof emphasis.borderWidth != 'undefined'
? emphasis.borderWidth
: (emphasis.lineStyle && emphasis.lineStyle.width * 2);
: (emphasis.lineStyle && emphasis.lineStyle.width);
if (typeof eBorderWidth == 'undefined') {
eBorderWidth = nBorderWidth + 2;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册