v0.6.1
- Fixed this: #16
.width()
,.height()
and.rect().width
,.rect().height
could earlier return negative values, which is now fixed. Those methods are now guaranteed to return0
or greater values.
.width()
, .height()
and .rect().width
, .rect().height
could earlier return negative values, which is now fixed. Those methods are now guaranteed to return 0
or greater values.