jzbrooks / vgo

vector graphic optimization
MIT License
43 stars 2 forks source link

Image distortion: eleven_below_single.svg #23

Closed jzbrooks closed 4 years ago

jzbrooks commented 4 years ago

http://www1.plurib.us/1shot/2008/eleven_below/eleven_below_single.svg

The blinds in the image are distorted.

jzbrooks commented 4 years ago

I suspect this might have to do with not tracking the current point correctly converting commands to relative coordinates via CommandVariant(CommandVariant.Mode.Relative). Excluding this command seems to avoid the problem.