1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-31 07:44:22 +03:00

Remove incorrect filter region assumption

Ref https://www.w3.org/TR/SVG11/filters.html

Spec says filter region is not always 100% 100% by default
This commit is contained in:
Bogdan Chadkin
2021-03-05 21:31:41 +03:00
parent c21fef54e1
commit 555a9619db
2 changed files with 0 additions and 2 deletions

View File

@ -108,7 +108,6 @@ const runTests = async ({ svgFiles }) => {
// unstable test
name === 'filters-light-04-f' ||
// mismatched draft cases
name === 'filters-offset-02-b' ||
name === 'imp-path-01-f' ||
name === 'interact-pointer-04-f' ||
name === 'painting-marker-properties-01-f' ||