We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 attributes should be applied to a referenced element:
mask
<defs> <polygon id="path-1" points="0 0 0 100 100 100 100 0"/> </defs> <mask id="mask-2" fill="white"> <use xlink:href="#path-1"></use> </mask> <polygon fill="red" mask="url(#mask-2)" points="..."></polygon>
Expected: red polygon should be displayed Actual: nothing shown
The text was updated successfully, but these errors were encountered:
bbb9a60
ystrot
No branches or pull requests
mask
attributes should be applied to a referenced element:Expected: red polygon should be displayed
Actual: nothing shown
The text was updated successfully, but these errors were encountered: