treeform / pixie

Full-featured 2d graphics library for Nim.
MIT License
732 stars 28 forks source link

do not use set of int literal in tiff #536

Closed metagn closed 1 year ago

metagn commented 1 year ago

The set {8} generates a value with a size of 8192 bytes. Changed to use a simple equals check instead.

metagn commented 1 year ago

Feel free to patch yourself