1 parent 0aced2a commit 13a7c39Copy full SHA for 13a7c39
1 file changed
CustomView/Advance/[7]Path_Over.md
@@ -323,6 +323,9 @@ XOR | 异或 | 包含Path1与Path2但不包括两者相交的部
323
324
### 计算边界
325
326
+这个方法主要作用是计算Path所占用的空间以及所在位置。
327
+
328
329
### 重置路径
330
331
@@ -336,7 +339,7 @@ XOR | 异或 | 包含Path1与Path2但不包括两者相交的部
336
339
[Path](https://developer.android.com/reference/android/graphics/Path.html)<br/>
337
340
[维基百科-Nonzero-rule](https://en.wikipedia.org/wiki/Nonzero-rule)<br/>
338
341
[android绘图之Path总结](http://ghui.me/post/2015/10/android-graphics-path/)<br/>
-[]()<br/>
342
+[布尔逻辑](https://zh.wikipedia.org/wiki/%E5%B8%83%E5%B0%94%E9%80%BB%E8%BE%91)<br/>
343
[]()<br/>
344
345
0 commit comments