jzbrooks / vgo

vector graphic optimization
MIT License
39 stars 1 forks source link

Replace sequential curves that fit circle #18

Closed jzbrooks closed 4 years ago

jzbrooks commented 4 years ago

The initial implementation of curve arc replacement only considers one curve at a time. This results in each curve being considered for arc replacement but ignores the fact that sequential curves may lie on the same circle.