For Android's canvas, Is there a way to draw a path of variable width?
I have a path that I want to draw开发者_开发知识库 on the canvas, but I want to change the width of different sections depending on some variables. How can I do that?
Also, is it possible to use a bitmap pattern as the stroke of the path? Similar to what Photoshop has.
精彩评论