• J
    Imagefilter wrapper object (#13711) · ffcd8564
    Jim Graham 提交于
    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).
    ffcd8564
compositing.dart 30.4 KB