svg 显示在 edge 中,而不是 chrome 或 firefox

svg shown in edge , not in chrome or firefox

我最近决定开发 opencart,opencart 仪表板有一张全球订单地图,我想将世界地图更改为伊朗地图
此地图使用 jquery 和 jqvmap

我改变了地图的代码,它改变了。 但它 没有在 chromefirefox 中显示 ! 但它 okedge ...

我注意到这是伊朗地图文件的问题,这张地图 svg 有一个我无法修复的问题

这是地图的 link,你能告诉我如何解决这个问题吗?谢谢

https://github.com/10bestdesign/jqvmap/blob/master/dist/maps/jquery.vmap.iran.js

地图本身似乎有效。我正在使用 Chrome。这是带有地图的代码笔: https://codepen.io/invisiblegorilla/pen/zYzKQqK

$("#country_svg").vectorMap({"map": "iran_ir",});

这个库及其地图在 cndjs 上可用,这是 Codepen 中用来导入地图的工具:https://cdnjs.com/libraries/jqvmap

你说你换了地图?你是怎么改的?如果您可以使用有关如何更改文件或 link 更改文件的信息更新您的问题,那么也许我们可以找到问题。