Skip to content

Commit a0f226b

Browse files
committed
Update
1 parent 2765958 commit a0f226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuickChart/Path.md

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

0 commit comments

Comments
 (0)