Skip to content

Commit e4600fc

Browse files
committed
Update
1 parent b92f2ad commit e4600fc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CustomView/Advance/[7]Path_Play.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ rXxx方法 | rMoveTo, rLineTo, rQuadTo, rCubicTo | **不带r的方法是基于
3737

3838
此类方法可以看到和前面的一些方法看起来很像,只是在前面多了一个r,那么这个rXxx和前面的一些方法有什么区别呢?
3939

40+
> 区别就在于rXxx方法是基于当前点的位移距离,而之前的方法是基于坐标原点的位移距离(即当前坐标系的坐标)
41+
42+
**举个例子**
43+
44+
45+
4046

4147
### 填充模式
4248

0 commit comments

Comments
 (0)