Javascript chrome浏览器中的路径输出不同

Javascript chrome浏览器中的路径输出不同,javascript,html,css,google-chrome,svg,Javascript,Html,Css,Google Chrome,Svg,我有一个路径,我在下面的代码片段中提到过。如果我在chrome和其他浏览器中运行,chrome浏览器的输出与其他浏览器不同 <svg id="container" style="width: 800px; height: 400px;"> <path id="container_svg" fill="#E94649" fill-opacity="1" stroke-width="1" stroke="transparent" stroke-dasharray="" stroke

我有一个路径,我在下面的代码片段中提到过。如果我在chrome和其他浏览器中运行,chrome浏览器的输出与其他浏览器不同

<svg id="container" style="width: 800px; height: 400px;">
<path id="container_svg" fill="#E94649" fill-opacity="1" stroke-width="1" stroke="transparent" stroke-dasharray="" stroke-linecap="butt" stroke-linejoin="round" d="M 0 198.33333333333334 L 0 198.33333333333334 C 33.14285714284961 198.09968472079086 66.28571428569921 197.8660361082484 99.42857142857142 198.33333333333334 C 132.57142857142102 198.80063055841828 165.71428571427063 199.9688736211306 198.85714285714283 198.33333333333334 C 231.99999999999244 196.6977930455361 265.14285714284205 192.25846940722928 298.2857142857143 198.33333333333334 C 331.4285714285639 204.4081972594374 364.57142857141355 220.99724874995226 397.71428571428567 198.33333333333334 C 430.8571428571353 175.66941791671437 463.9999999999849 113.75253559296158 497.14285714285717 90.83666666666667 C 530.2857142857067 67.92079774037181 563.4285714285563 84.00594221153479 596.5714285714286 83.3 C 629.7142857142782 82.59405778846521 662.8571428571278 65.09702889423264 696 47.600000000000016 L 696 198.33333333333334 ">
</path>

chrome浏览器的输出:

firefox浏览器的输出:

IE的输出:

请给我一个解决这个问题的方法

提前感谢,,
Dharandharan.

我假设您想要chrome输出是吗?不,我需要firefox浏览器中的输出。在其bugtracker上提出chrome错误。有趣的错误。并不是每次都这样。