[librsvg: 3/5] Remove SVG1.1 filters-felem-01-b.svg as it behaves differently in SVG2




commit 345a18b32d790c7548bd15ca57eba1d2f034a630
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Aug 19 20:03:21 2020 -0500

    Remove SVG1.1 filters-felem-01-b.svg as it behaves differently in SVG2
    
    SVG1.1 doesn't mention what to do when there is an element with a
    filter="url(#nonexistent)" attribute, i.e. when it points to a
    nonexistent element or when the element is not a <filter> element.
    However, the SVG1.1 test suite implies (in the files removed by this
    commit) that the object being filtered should not be rendered at all.
    
    However, SVG2 *does* mention what to do in
    https://www.w3.org/TR/filter-effects/#FilterProperty - the object
    being filtered should get no filter applied, i.e. render it as if it
    had no filter.
    
    So, this commit removes the inconsistent test from SVG1.1.

 .../reftests/svg1.1/filters-felem-01-b-ref.png     | Bin 11062 -> 0 bytes
 .../reftests/svg1.1/filters-felem-01-b.svg         |  90 ---------------------
 2 files changed, 90 deletions(-)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]