Skip to content

v1.0.4: fixes bug when instantiating with an integer

Latest
Compare
Choose a tag to compare
@gadamc gadamc released this 28 Nov 22:42
· 2 commits to main since this release

Fixes bug where instantiation of the object with an integer value for the scale or offset values didn't do the right thing.

Was solved by using property decorator and setter to ensure values are accessed and set properly.