Skip to content

Commit 2765958

Browse files
committed
Update
1 parent 6db7e52 commit 2765958

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

QuickChart/Path.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ rXxx方法 | rMoveTo, rLineTo, rQuadTo, rCubicTo | **不带r的方法是基于
1919
提示方法 | incReserve | 提示Path还有多少个点等待加入**(这个方法貌似会让Path优化存储结构)**
2020
布尔操作(API19) | op | 对两个Path进行布尔运算(即取交集、并集等操作)
2121
计算边界 | computeBounds | 计算Path的边界
22-
重置路径 | reset, rewind | 清除Path中的内容(**reset相当于重置到new Path阶段,rewind会保留Path的数据结构**)
22+
重置路径 | reset, rewind | 清除Path中的内容<bt/>**reset不保留内部数据结构,但会保留FillType.**<br/>**rewind会保留内部的数据结构,但不保留FillType**
2323
矩阵操作 | transform | 矩阵变换
24+

0 commit comments

Comments
 (0)