-
-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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)
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.
Yqnn
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request