如何使用android.graphics.Path正确变形形状?

时间:2019-04-10 15:53:34

标签: android canvas

例如,我在Canvas上用android.graphics.Path绘制了正方形,如何将其变形为圆形或其他任何形状?

可以使用SVGVectorDrawables进行操作,您可以查看示例here

但是如何使用android.graphics.Path呢?

1 个答案:

答案 0 :(得分:1)

您可以将vectors更改为AnimtedVectorDrawableshere is a tutorial

要使用的一种Web工具是 ShapeShifter here is a tutorial for that

  

请注意:Android不完全支持SVG。   渐变出现了问题,因为它在SVG和VectorDrawables中的处理方式有所不同。