Open JamesLeee opened 11 years ago
I faced the same issue. This path wasn't drawn: M559.075,344.45m0-6.662a6.662,6.662,0,1,1,0,13.324a6.662,6.662,0,1,1,0-13.324z
All right, this lib has a stub in a drawArc(...) method. You can find implementation (or use whole library) in this fork: https://github.com/japgolly/svg-android
Hi,all, i want to draw a path with sth like this: M100,100 L300,100L300,300 A100,100 0.0 0,1 100,300 z perhapes it can't draw arc?