mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
- Introduced a new Brightness filter for CSS-compatible brightness adjustments. - Updated the Node class to support mixed filter types (function filters and CSS filter strings). - Enhanced filter application logic to check for CSS filter support and fallback to function filters when necessary. - Added unit tests for new filter comparisons against native CSS filters. - Updated documentation for filter usage and examples.