remove unnecessary group tag in SVG with PHP
SVGの不必要なグループタグを除去するPHPスクリプト
Just a remove group tag without attribute.
属性を持たないgタグを除去するだけです。
Illustrator generated SVG has many no attribute GROUP tags. In this case, you can choose this script.
Illustratorで生成したSVGには属性を持たないグループタグが入っています。そういう場合にお使いください。
php remove_group.php INPUT_FILE_NAME OUTPUT_FILE_NAME