diff --git a/CustomView/Advance/[1]CustomViewProcess.md b/CustomView/Advance/[1]CustomViewProcess.md
index c4fe797..f6687bb 100644
--- a/CustomView/Advance/[1]CustomViewProcess.md
+++ b/CustomView/Advance/[1]CustomViewProcess.md
@@ -228,7 +228,7 @@ ViewGroup | ViewGroup xxLayout等 | 包含子View
### 作者微博: @GcsSloop
-
+
## 参考资料:
diff --git a/CustomView/Advance/[2]Canvas_BasicGraphics.md b/CustomView/Advance/[2]Canvas_BasicGraphics.md
index 773c449..9fafb16 100644
--- a/CustomView/Advance/[2]Canvas_BasicGraphics.md
+++ b/CustomView/Advance/[2]Canvas_BasicGraphics.md
@@ -530,7 +530,7 @@ public class PieView extends View {
## About Me
### 作者微博: @GcsSloop
-
+
## 参考资料:
diff --git a/CustomView/Advance/[3]Canvas_Convert.md b/CustomView/Advance/[3]Canvas_Convert.md
index 0ec2282..b462e3e 100644
--- a/CustomView/Advance/[3]Canvas_Convert.md
+++ b/CustomView/Advance/[3]Canvas_Convert.md
@@ -440,7 +440,7 @@ public int saveLayerAlpha (float left, float top, float right, float bottom, int
## About Me
### 作者微博: @GcsSloop
-
+
******
## 四.参考资料
diff --git a/CustomView/Advance/[4]Canvas_PictureText.md b/CustomView/Advance/[4]Canvas_PictureText.md
index 94fecc0..ad2e637 100644
--- a/CustomView/Advance/[4]Canvas_PictureText.md
+++ b/CustomView/Advance/[4]Canvas_PictureText.md
@@ -495,7 +495,7 @@ public void drawPosText (char[] text, int index, int count, float[] pos, Paint p
### 作者微博: @GcsSloop
-
+
## 参考资料
diff --git a/CustomView/Advance/[5]Path_Basic.md b/CustomView/Advance/[5]Path_Basic.md
index 69a63c1..d3641a4 100644
--- a/CustomView/Advance/[5]Path_Basic.md
+++ b/CustomView/Advance/[5]Path_Basic.md
@@ -572,7 +572,7 @@ dst状态 | 效果
### 作者微博: @GcsSloop
-
+
## 参考资料
diff --git a/CustomView/Advance/[6]Path_Bezier.md b/CustomView/Advance/[6]Path_Bezier.md
index a202261..26f38ea 100644
--- a/CustomView/Advance/[6]Path_Bezier.md
+++ b/CustomView/Advance/[6]Path_Bezier.md
@@ -574,7 +574,7 @@ public class Bezier3 extends View {
### 作者微博: @GcsSloop
-
+
## 参考资料
[Path](http://developer.android.com/reference/android/graphics/Path.html)
diff --git a/CustomView/Advance/[7]Path_Over.md b/CustomView/Advance/[7]Path_Over.md
index 58ee9a6..be9818b 100644
--- a/CustomView/Advance/[7]Path_Over.md
+++ b/CustomView/Advance/[7]Path_Over.md
@@ -394,7 +394,7 @@ Path中常用的方法到此已经结束,希望能够帮助大家加深对Path
### 作者微博: [@GcsSloop](http://weibo.com/GcsSloop)
-
+
## 参考资料
[Path](https://developer.android.com/reference/android/graphics/Path.html)
diff --git a/CustomView/Advance/[8]Path_Play.md b/CustomView/Advance/[8]Path_Play.md
index c2a307f..181158c 100644
--- a/CustomView/Advance/[8]Path_Play.md
+++ b/CustomView/Advance/[8]Path_Play.md
@@ -536,7 +536,7 @@ Path 和 SVG 结合通常能诞生出一些奇妙的东西,如下:
### 作者微博: [@GcsSloop](http://weibo.com/GcsSloop)
-
+
## 参考资料
[PathMeasure](https://developer.android.com/reference/android/graphics/PathMeasure.html)