jzbrooks / vgo

vector graphic optimization
MIT License
39 stars 1 forks source link

Support gradients in vector drawables #44

Open jzbrooks opened 2 years ago

jzbrooks commented 2 years ago

In order to not lose gradients on conversion, they need to be represented in the IR.

jzbrooks commented 2 years ago

It turns out that gradients are often represented in separate files and referenced using the resource system for vector drawables, which makes supporting them in the IR tricky.