【发布时间】:2014-07-22 05:46:18
【问题描述】:
有人知道这个 SVG SMIL 饼图动画的中心有什么问题吗?
http://jsfiddle.net/frank_o/fj7Xc/
看起来像这样:
而它应该是这样的:
HTML:
<div class="svg_wrapper">
<svg viewBox="0 0 600 425">
<path d="M 175, 175 m 0, -75 a 75,75 0 1,0 0,150 a 75,75 0 1,0 0,-150" fill="none" stroke="black" stroke-width="150" stroke-dasharray="0 600 600 0" stroke-dashoffset="1000">
<animate attributeType="XML" attributeName="stroke-dashoffset" from="0" to="600" dur="2s" repeatCount="1" fill="freeze" />
</path>
</svg>
</div>
【问题讨论】:
-
这在 Chrome 中看起来不错,但在 Firefox 中看起来不太好。在这种情况下,Firefox 错误。
-
嗨!实际上,我在 Chrome 中截取了该屏幕截图。你能自己快速截图吗?
-
啊,我的错误——它也在我的 Chrome 中,虽然不那么明显。在 Firefox 中,这一点非常明显。更大的问题是在 Chrome 中生成的形状不是圆的,它有点方