romannurik / AndroidIconAnimator

Android vector icon animation tool
Apache License 2.0
816 stars 52 forks source link

More XML cleanup ideas #22

Open romannurik opened 7 years ago

romannurik commented 7 years ago
alexjlockwood commented 7 years ago

Other ideas: basically anything from SVGO (https://github.com/svg/svgo)

An easy one would be to add an option to round decimals to the nearest hundredths/thousandths/whatever-th place.

A (probably?) harder one would be to merge unnecessary transforms into the pathData itself (i.e. removing unnecessary groups).