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

Implement isolated groups/elements #92

Open
weisJ opened this issue Oct 15, 2024 · 0 comments
Open

Implement isolated groups/elements #92

weisJ opened this issue Oct 15, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@weisJ
Copy link
Owner

weisJ commented Oct 15, 2024

Isolated groups/elements need to be first painted to an offscreen buffer and then composed onto the viewport.

This is needed for example if an element has non-trivial opacity to ensure the stroke and fill don’t have an overlapping visible area.

If possible the additional buffer should be elided e.g. non trivial opacity on an element only needs the buffer if it has visible stroke and fill.

@weisJ weisJ added bug Something isn't working enhancement New feature or request labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant