Animating SVG pie chart from 0% to 100% in pure SMIL
问题 How does one recreate this SVG pie chart animation in pure SMIL? I'm looking to ditch the complex JS and also be able to control the total duration of the animation: http://jsfiddle.net/frank_o/gFnw9/19/ So far this is all I got: http://jsfiddle.net/frank_o/46mH2/ (thanks Ian) But unfortunately: it's positioned way off the canvas (or wasn't a full circle to begin with) starts at 9 o'clock as opposed to 12 o'clock uses Snap.svg (would rather not depend on any external libs but will if I have