crossproduct / ProgressCircle

ProgressCircle makes generating circular progress meters in your HTML easy without relying on extra frameworks.
19 stars 3 forks source link

SVG draw commands leverage "A" #10

Open crossproduct opened 9 years ago

crossproduct commented 9 years ago

When generating the SVG element, or drawing in general, use the "A" command for arc to. Hopefully this will allow us to gain fidelity and reduce complexity of the SVG parsing.