You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/08/25 01:37:47 UTC

[GitHub] [echarts] plainheart commented on issue #15597: tags in Geo SVGs are not loading

plainheart commented on issue #15597:
URL: https://github.com/apache/echarts/issues/15597#issuecomment-905100446


   As a workaround, you could use the `xlink:href` attribute to avoid this issue. 
   ```js
   svgimg.setAttribute("xlink:href", HREF);
   ```
   https://github.com/ecomfe/zrender/blob/master/src/tool/parseSVG.ts#L482
   


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org