lyze237 / gdx-TinyVG

TinyVG parser and renderer for libGDX
https://svg-to-tvg-server.fly.dev/
Apache License 2.0
27 stars 4 forks source link

Cleanup array object reuse in PathXXX classes #1

Closed lyze237 closed 2 years ago

lyze237 commented 2 years ago

There are a couple useless instantiations in all the Path Commands. Best to just calculate all points in a single array.