treeform / flippy

Flippy is a simple 2d image and drawing library.
MIT License
59 stars 9 forks source link

Unnecessary param in computeBounds #34

Closed kindlychung closed 3 years ago

kindlychung commented 3 years ago

https://github.com/treeform/flippy/blob/master/src/flippy.nim#L436

Looks like matInv was never used in that proc.

treeform commented 3 years ago

Flippy is not longer developed, all development has moved to pixie.

Pixie computes bounds properly.