1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-31 07:44:22 +03:00

Fix collapsing repeated with marker-mid in style rule

This commit is contained in:
Bogdan Chadkin
2021-03-06 01:24:57 +03:00
parent 21c04e4d8a
commit ba7e9bdc0d
3 changed files with 32 additions and 20 deletions

View File

@ -108,9 +108,7 @@ const runTests = async ({ svgFiles }) => {
// unstable test
name === 'filters-light-04-f' ||
// mismatched draft cases
name === 'imp-path-01-f' ||
name === 'interact-pointer-04-f' ||
name === 'painting-marker-properties-01-f' ||
name === 'pservers-pattern-05-f' ||
name === 'struct-cond-overview-03-f' ||
name === 'struct-use-07-b' ||