Fully circular SVG circle in Chrome? Workaround

There is currently a bug in Chrome providing SVG circles, making them look like brake lights .

https://code.google.com/p/chromium/issues/detail?id=395474

Does anyone know of a temporary workaround?

Use case - pie timer animation: http://jsfiddle.net/frank_o/c62qmq1a/

<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="110"/>
  </svg>
</div>

      

+1
google-chrome svg


source to share


No one has answered this question yet

See similar questions:

3
Can you get a perfect svg circle from parts?
0
SVG animation dies in Chrome

or similar:

169
How to calculate SVG path for an arc (circle)
63
Draw a hollow circle in SVG
58
Chrome doesn't render SVG with <img> tag
3
Possible error in SVG Path Chrome
3
SVG blend mode error in Chrome
2
Circle SVG not working in Chrome
1
Canvas edge workaround in Chrome
1
Chrome error in svg getScreenCTM
0
d3 Workaround for converting svg to chrome
0
imagemagick - convert doesn't work using xlink: href to SVG - maybe?



All Articles
Loading...
X
Show
Funny
Dev
Pics