alexk111 / SVG-Morpheus

JavaScript library enabling SVG icons to morph from one to the other. It implements Material Design's Delightful Details transitions. (THIS PROJECT IS NOT MAINTAINED ANYMORE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon with multiple <g> elements

cyril94440 opened this issue · comments

Hi,

thanks for your library that's awesome.

However, I encounter a problem with svg generated with illustrator, they contain multiple tag.
How should I proceed ?

Thanking you in advance.

@cyril94440 Combine shapes before exporting to svg, to get (ideally) one <path> tag per icon.