From 7d293af3dfb6fcf686cef122341046f86ad2b160 Mon Sep 17 00:00:00 2001 From: sloop Date: Sat, 23 Jul 2016 19:04:30 +0800 Subject: [PATCH] Update --- CustomView/Advance/[5]Path_Basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomView/Advance/[5]Path_Basic.md b/CustomView/Advance/[5]Path_Basic.md index acd7df0..69a63c1 100644 --- a/CustomView/Advance/[5]Path_Basic.md +++ b/CustomView/Advance/[5]Path_Basic.md @@ -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)**的东东了。