sindresorhus/grunt-svgmin

SVG paths must have closing tag

Closed this issue · 1 comments

After exporting svg paths from AI CC, the code looks something like:
<svg>... <path...../> <path...../> </svg>
If there are multiple paths the svg breaks when svgmin runs via grunt build, as the paths need to have a closing tag. Cannot be self-closing path tag with multiple paths

From the top of the readme:

Issues with the output should be reported on the SVGO issue tracker.