svg-android icon indicating copy to clipboard operation
svg-android copied to clipboard

It does not draw a path with code "A"

Open JamesLeee opened this issue 11 years ago • 2 comments

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?

JamesLeee avatar May 29 '13 16:05 JamesLeee

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 avatar May 16 '14 14:05 krossovochkin

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

krossovochkin avatar May 17 '14 10:05 krossovochkin