该方法的文档在这里:http ://raphaeljs.com/reference.html#Raphael.pathIntersection
假设我想做的是从另一条路径中减去一条路径。似乎 pathIntersection() 的返回对象包含我需要执行此操作的所有信息。这是真的?如果是这样,基本方法是什么?
该方法的文档在这里:http ://raphaeljs.com/reference.html#Raphael.pathIntersection
假设我想做的是从另一条路径中减去一条路径。似乎 pathIntersection() 的返回对象包含我需要执行此操作的所有信息。这是真的?如果是这样,基本方法是什么?