-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(): Path controls utility #9998
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Build Stats
|
Just a reminder that this code was originally thought and proven in ~2017 with @r-a-c-h-e-l. |
Ok i think is done now, i need some test. |
Couldn't really squeeze the code more than this, i managed to make it 1.5kb instead of 2, but the re-usability was bad and also wasn't a good example to developers for other custom functions |
This is a great feature! Looking forward to having it. |
Needs tests and the occasion for an explainer on the website on how to do those things with the control api. But the feature itself is ready imho |
Description
This PR introduces the utilities for path controls.
Those utils use the control api to build a control set that is useful to edit Paths.
The controls reference their points through indexes of command and must be recreated if new commands get added or removed to the path.
In Action