This commit is contained in:
sloop
2016-07-23 19:04:30 +08:00
committed by GitHub
parent c0d5c0ecd4
commit 7d293af3df

View File

@@ -2,7 +2,7 @@
### 作者微博: [@GcsSloop](http://weibo.com/GcsSloop)
### [【本系列相关文章】](https://github.com/GcsSloop/AndroidNote/tree/master/CustomView)
### [【本系列相关文章】](https://github.com/GcsSloop/AndroidNote/tree/master/CustomView/README.md)
在上一篇[Canvas之图片文字](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B4%5DCanvas_PictureText.md)中我们了解了如何使用Canvas中绘制图片文字结合前几篇文章Canvas的基本操作已经差不多完结了然而Canvas不仅仅具有这些基本的操作还可以更加炫酷本次会了解到path(路径)这个Canvas中的神器有了这个神器就能创造出更多**炫(zhuang)酷(B)**的东东了。