Drawing stroke inside of path with Android Graphics

41 views Asked by At

I am using Android Graphics to draw shapes onto a view. I have some Path and what I want to achieve is to have a stroke on the inside along the edges of that path. Unfortunately, Paint.Style.STROKE allows no control over where the stroke is placed. The stroke is always half inside and half outside of the path. Is there any workaround to achieve what I want?

0

There are 0 answers