jzbrooks / vgo

vector graphic optimization
MIT License
43 stars 2 forks source link

Provide a structured representation for vector element attributes #26

Closed jzbrooks closed 4 years ago

jzbrooks commented 4 years ago

Representing vector element attributes in a structured manner would reduce the complexity of adding new vector formats, which currently requires manually translating each of the vector attribute types.

jzbrooks commented 4 years ago

The benefit this provides is a vector's attributes only have to be interpreted once and not n times, where n is the number of vector graphic formats. This would be valuable if there are more vector graphic types added. With just two vector types, it isn't a priority.