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:
@ -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;
|
||||
|
Reference in New Issue
Block a user