I am trying to add an arc to a path, but nthing gets drawn with each call. I have ensured that the passed RectF oval is dimensioned properly, and calls to Path.addOval(oval, Path.Direction.CW) work perfectly, but calls to either of Path.addArc(oval, 0, 180) and Path.arcTo(oval, 0, 180) fail (nothing gets drawn).
Any suggestions on what I might be doing wrong? Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

