1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Preverve viewBox in nested <svg>

This commit is contained in:
Bogdan Chadkin
2021-03-06 13:39:31 +03:00
parent a2b0e73767
commit 28c01cfe65
3 changed files with 52 additions and 22 deletions

View File

@ -115,8 +115,8 @@ const runTests = async ({ svgFiles }) => {
name === 'styling-css-01-b' ||
name === 'styling-css-03-b' ||
name === 'styling-css-04-f' ||
// mismatched draft cases
name === 'struct-use-07-b'
// strange artifact breaks inconsistently breaks regression tests
name === 'filters-conv-05-f'
) {
console.info(`${name} is skipped`);
skipped += 1;