-
-
Notifications
You must be signed in to change notification settings - Fork 16
feature request: split or mask a curve #374
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
Comments
Both are already possible: You can clip any object by making it a group (Ctrl+G), then using "Add clipping path" The "Edit path" tool has options to cut a curve at any point. |
Thanks, I missed those. And even with your pointers it was not easy to find them:
|
It's no secret that the manual needs a lot of work...
|
|
Come to think of it, a function to cut a B-spline at any point would also be good. It would insert the knots around the cut point and then cut the Bezier curve. |
It occurs quite often that one needs to draw different parts of a complicated shape with different styles (e.g. if two curves intersect at a point and one wants the two parts before and after the intersection to have different width/color etc.). as far as i know there is no way to do this properly in Ipe. Possibility to split/break a curve at any given point such that the two sub-curves look exactly as before would be a best solution. but also hiding (masking) parts of a curve would be a possible workaround, where one creates multiple copies of the same curve with different styles and hide the appropriate parts of the two curves.
The text was updated successfully, but these errors were encountered: