pents90 / svg-android

Support for scalable vector graphics in Android
773 stars 367 forks source link

It does not draw a path with code "A" #8

Open JamesLeee opened 11 years ago

JamesLeee commented 11 years ago

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?

krossovochkin commented 10 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

krossovochkin commented 10 years ago

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