mindon opened a new issue, #15029: URL: https://github.com/apache/echarts/issues/15029
### 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 --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
