jzbrooks / vgo

vector graphic optimization
MIT License
39 stars 1 forks source link

Improve format conversion #29

Open jzbrooks opened 4 years ago

jzbrooks commented 4 years ago

Tracks work required to handle more robust conversion between vector formats

jzbrooks commented 2 years ago

Perhaps a new --res-dir <DIRECTORY> CLI option is in order. It would likely be required from conversion from VD to SVG, required if a resource is referenced in a vector drawable, or issue a warning with an explaination of how to use --res-dir.

This would likely be a lot of work, but handling colors and gradient would probably provide the most bang for the buck to start. Handling resource qualifiers (like colors-v21) poses another challenge.