jzbrooks / vgo

vector graphic optimization
MIT License
39 stars 1 forks source link

Represent clip paths in intermediate representation #38

Closed jzbrooks closed 3 years ago

jzbrooks commented 3 years ago

The representation will need to support both the container-like representation in svg and the path element with references to other elements in vector drawables.

In support of #36