Closed arichiardi closed 7 years ago
Which browser are you using? I encountered other type of problem in Chrome, but that is solved now by adding pathseg.js polyfill to page. I was not able to recreate your type of problem.
Yes I am using Chrome Version 55.0.2883.87 (64-bit)
, did you try Intersection("tets")
in the console?
try like this
test = new Intersection("test")
Ops Sorry for some reason I was thinking that would work but of course it cannot. Closing!
No problem :)
Thank you for this wonderful libray!
I am trying to use the library but I get this error:
It looks like
this
iswindow
here andinit
of course is not there. I checked and this happens on http://www.quazistax.com/testIntersection.html as well.Do you have any hint for me on how to solve?
EDIT: I am using the release version
0.1.1
.