diff --git a/package.json b/package.json index c193de684..27c72e969 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "optimize", "minify" ], - "homepage": "https://github.com/svg/svgo", + "homepage": "https://svgo.dev", "bugs": { "url": "https://github.com/svg/svgo/issues" }, diff --git a/test/regression.js b/test/regression.js index 81b6ac5d7..913c90f5c 100644 --- a/test/regression.js +++ b/test/regression.js @@ -26,8 +26,10 @@ const runTests = async ({ list }) => { console.info('Start browser...'); const processFile = async (page, name) => { if ( - // hard to detect the end of animation + // animated name.startsWith('w3c-svg-11-test-suite/svg/animate-') || + name === 'w3c-svg-11-test-suite/svg/filters-light-04-f.svg' || + name === 'w3c-svg-11-test-suite/svg/filters-composite-05-f.svg' || // messed gradients name === 'w3c-svg-11-test-suite/svg/pservers-grad-18-b.svg' || // removing wrapping breaks :first-child pseudo-class