标签: javascript svg d3.js path
我正在做一个D3项目,我需要找到一个点是否在一个封闭的svg路径元素中。我发现this post如果我使用Raphael会有所帮助,但我不是。我可以使用javascript或d3.js中的等效方法吗?
ex:http://raphaeljs.com/reference.html#Element.isPointInside