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

<mask>, <clipPath> and elements inside <defs> should inherit properties from ancestor #66

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

Comments

@weisJ
Copy link
Owner

weisJ commented Mar 3, 2024

These elements should inherit the attributes of their ancestor at declaration site - not the element they are used on. Most real world svgs don’t seem to make use of this. To support it the RenderingContext for these elements has to be computed before their usage, which requires special handling.

@weisJ weisJ added bug Something isn't working enhancement New feature or request labels Mar 3, 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