-
-
Notifications
You must be signed in to change notification settings - Fork 382
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 a CSS helper for CSS filters #3009
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test or an example for the CSS filters functions.
Otherwise it's hard to see how it can be reused.
When creating buffers for color or opacity textures, prefer clamped arrays as they avoid ugly overflows
0276aa4
to
1cb6e29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎉 This PR is included in version 29.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Create utility functions to manipulate equivalent of filters in vtk.js.
Based on the W3C specification.