diff --git a/plugins/_collections.js b/plugins/_collections.js index f74e9ea8..5a7df8fd 100644 --- a/plugins/_collections.js +++ b/plugins/_collections.js @@ -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', diff --git a/test/regression.js b/test/regression.js index 126f8636..339c1c50 100644 --- a/test/regression.js +++ b/test/regression.js @@ -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' ||