jzbrooks / vgo

vector graphic optimization
MIT License
39 stars 1 forks source link

Provide a robust intermediate representation #36

Closed jzbrooks closed 3 years ago

jzbrooks commented 3 years ago

The existing implementation defers significant complexity to the conversion process. This makes supporting new formats (like vector PDF, for example) more complicated, because every supported format n requires n! conversion implementations.