### Version v5.1.1 ### Reproduction link [https://uzihu.csb.app/](https://uzihu.csb.app/) ### Steps to reproduce 1. render with option ``` const option = { grid: { show: true, borderWidth: 3, fill: "transparent", borderColor: "rgba(255,0,0,1)" }, toolbox: { feature: { saveAsImage: { name: "demo", type: "svg" } } } }; ``` 2. click save to image to download the svg result 3. drag the svg file into Powerpoint or Inkscape ### What is expected? 1. transparent background 2. red border ### What is actually happening? 1. black background 2. black background grid without border --- valid SVG11 colors <https://www.w3.org/TR/SVG11/types.html#DataTypeColor> <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
Version
v5.1.1
Reproduction link
https://uzihu.csb.app/
Steps to reproduce
click save to image to download the svg result
drag the svg file into Powerpoint or Inkscape
What is expected?
transparent background
red border
What is actually happening?
black background
black background grid without border
valid SVG11 colors https://www.w3.org/TR/SVG11/types.html#DataTypeColor