Skip to content

Commit f981cad

Browse files
committed
Update
1 parent adcb8c8 commit f981cad

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CustomView/Advance/[8]Path_Play.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
可以看到,在经过
99
[Path之基本操作](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B5%5DPath_Basic.md)
1010
[Path之贝塞尔曲线](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B6%5DPath_Bezier.md)
11-
[Path之完结篇(伪)](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B7%5DPath_Over.md) 后, Path中各类方法基本上都讲完了,表格中还没有讲解到到方法就是矩阵变换了,难道本篇终于要讲解矩阵变换
11+
[Path之完结篇(伪)](https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B7%5DPath_Over.md) 后, Path中各类方法基本上都讲完了,表格中还没有讲解到到方法就是矩阵变换了,难道本篇终于要讲解矩阵了
1212

13-
非也,矩阵这一部分仍在后面单独讲解,本篇主要讲解PathEffect与PathMeasure这两个与Path息息相关的类。
13+
非也,矩阵这一部分仍在后面单独讲解,本篇主要讲解PathMeasure这个类与Path的一些使用技巧。
14+
15+
> PS:不要问我为什么不讲PathEffect,因为这个方法在后面的Paint系列中。
1416
1517
******
1618

0 commit comments

Comments
 (0)