Skip to content

Commit

Permalink
Remove incorrect filter region assumption
Browse files Browse the repository at this point in the history
Ref https://www.w3.org/TR/SVG11/filters.html

Spec says filter region is not always 100% 100% by default
  • Loading branch information
TrySound committed Mar 5, 2021
1 parent c21fef5 commit 555a961
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugins/_collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ exports.attrsGroups = {

exports.attrsGroupsDefaults = {
core: { 'xml:space': 'default' },
filterPrimitive: { x: '0', y: '0', width: '100%', height: '100%' },
presentation: {
clip: 'auto',
'clip-path': 'none',
Expand Down
1 change: 0 additions & 1 deletion test/regression.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ||
Expand Down

0 comments on commit 555a961

Please sign in to comment.