Skip to content
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

Add identifier to mark drawables #463

Open
fenjalien opened this issue Jan 17, 2024 · 0 comments
Open

Add identifier to mark drawables #463

fenjalien opened this issue Jan 17, 2024 · 0 comments

Comments

@fenjalien
Copy link
Member

A new key should be added to drawables that come from marks so they can be identified by other functions so they can be handled differently. This would be useful for such cases as intersections (don't intersect marks), merge-path (don't join marks) and decorations (don't decorate the marks). I'm not sure about the behaviour of a bounding box however.

The name could be as verbose as is-mark or as a more general approach ignore in the event other elements would produce similar outputs.

If ignore is chosen its difference to hide should be noted, ignored drawables still get drawn to the canvas but won't necessarily get acted upon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant