如StackOverflow的问题:http://stackoverflow.com/questions/2719535/how-do-i-antialias-the-clip-boundary-on-androids-canvas
总结:
使用Path时,如果不与Paint进行共同操作,无法解决抗锯齿问题。
这时候只能使用Paint的PorterDuff.Mode替代Path实现所需要的效果。
本文探讨了在Android开发中使用Canvas与Path时遇到的抗锯齿问题,并提出了解决方案:通过Paint的PorterDuff.Mode来替代Path实现所需效果。
如StackOverflow的问题:http://stackoverflow.com/questions/2719535/how-do-i-antialias-the-clip-boundary-on-androids-canvas
总结:
使用Path时,如果不与Paint进行共同操作,无法解决抗锯齿问题。
这时候只能使用Paint的PorterDuff.Mode替代Path实现所需要的效果。
1471

被折叠的 条评论
为什么被折叠?