Compatibility enhancement
This commit is contained in:
parent
e069d52544
commit
9f00506e73
|
@ -22,8 +22,8 @@
|
||||||
fill="transparent"
|
fill="transparent"
|
||||||
:stroke-width="mergedConfig ? mergedConfig.borderWidth : '0'"
|
:stroke-width="mergedConfig ? mergedConfig.borderWidth : '0'"
|
||||||
:stroke="`url(#${gradientId1})`"
|
:stroke="`url(#${gradientId1})`"
|
||||||
:width="rectWidth"
|
:width="rectWidth > 0 ? rectWidth : 0"
|
||||||
:height="rectHeight"
|
:height="rectHeight > 0 ? rectHeight : 0"
|
||||||
/>
|
/>
|
||||||
<polyline
|
<polyline
|
||||||
:stroke-width="polylineWidth"
|
:stroke-width="polylineWidth"
|
||||||
|
|
Loading…
Reference in New Issue