scour-project / scour

Scour - An SVG Optimizer / Cleaner
Apache License 2.0
770 stars 60 forks source link

--create-groups removes objects #196

Closed JoKalliauer closed 6 years ago

JoKalliauer commented 6 years ago

Prozessing File:CIA_WorldFactBook-Political_world.svg (Version of 23:35, 2. Mai 2018) with

$ scour -i 20180505141348%21CIA_WorldFactBook-Political_world.svg -o output.svg --create-groups

leads to a remove of some objects at the antarctis. before in chrome: min input

after in chrome output output_cut

This one might be a chrome-bug, because it does not occur in inkscape?

might be similar to https://github.com/RazrFalcon/svgcleaner/issues/146

My computer is not able to edit it in Inkscape with GUI nor compare the files with notepad, or at least very very slow, so I couldn't/didn't prepeare a minimal working example. (If you don't find the mistake maybe ignore the bugreport.)

JoKalliauer commented 6 years ago

Seems to be a chrome and a firefox-bug not a scour-bug