Edges example with custom edges not working #373
-
Hi, I tried replicating the edges example from below link into my project. and on console I am getting this error: Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
What version are you using? The change of The examples always use the version that is shown in the header (currently 1.2.0 is the latest version and the one used on the page). So if you want to replicate the code, you would do best to use that version :) |
Beta Was this translation helpful? Give feedback.
What version are you using? The change of
getBezierPath
occured in 1.0.0 (see here)The examples always use the version that is shown in the header (currently 1.2.0 is the latest version and the one used on the page). So if you want to replicate the code, you would do best to use that version :)