mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
ffcd8564a2
Make ImageFilter objects comparable and printable. This will help in areas in the Widget and RenderObject trees which try to avoid marking objects for updates if a setter is called with the same value (previously all ImageFilter objects would compare as not equal and appear to be new values).