我注意到我的某些SVG(例如this one)
<svg version="1.1" viewBox="0.000 0.000 10.000 10.000" xmlns="http://www.w3.org/2000/svg">
<style>polygon {fill: none; stroke: black; stroke-width: 0.04;}</style>
<polygon points="7.499,8.421 7.462,8.845 7.042,8.603"/>
<polygon points="1.433,3.243 1.562,2.775 1.130,2.929"/>
<!-- [...] -->
</svg>
在Google Chrome浏览器中用放大镜处理时,请勿更改尺寸;您不能将它们放大或缩小。确实可以在Firefox中使用。
这是Chrome错误还是SVG规范的结果?