AnonMiraj / fig

FIG (Fortran Intuitive Graphics)
MIT License
27 stars 2 forks source link

More paths commnads #47

Closed AnonMiraj closed 4 months ago

AnonMiraj commented 4 months ago

fortran logo

There is an oversight in parsing path strings that I need to fix. It involves handling cases where commands can be omitted if they are consecutive.

"L 10 10 20 20" should be parsed as "L 10 10 L 20 20".

I am going to fix this in another PR.

All previous PRs and this one are ready for review. @everythingfunctional @perazz.