You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on issue #99 since it was closed based on wrong context.
Provide ability to split a command into two, by inserting a new point in the middle.
For example, if the command is h 10 it should become h 5 h 5.
Optionally provide an option so that user can control the split ration (or default to half split)
Following up on issue #99 since it was closed based on wrong context.
Provide ability to split a command into two, by inserting a new point in the middle.
For example, if the command is
h 10
it should becomeh 5 h 5
.Optionally provide an option so that user can control the split ration (or default to half split)
For reference, bezier curve can be split using the following method:
https://stackoverflow.com/questions/18655135/divide-bezier-curve-into-two-equal-halves
This is useful when trying to match two path commands for morphing.
The text was updated successfully, but these errors were encountered: