i create bezier curve using cubic() expression. now i want equall/predefined spce in this curve. before posting this question i did google there are many results but all of those are in programming which is difficult to understand. can anybody explain me how can i do this?
a simple idea is to first calculate total width of the curve then divide with number of steps or segments whatever we say, this is avg. for all those steps or if i predefined space i.e 20px on each then i have to increase steps as there will be shortage of steps on predefined space.
any idea how to do this?