Fix width being ignored when has a value of 0 #134

Merged
vjeux merged 1 commits from fix_dim_0 into master 2015-09-25 14:43:52 -07:00

1 Commits

Author SHA1 Message Date
Christopher Chedeau
e280a577ae Fix width being ignored when has a value of 0
8f6a96adbc added a test in isDimDefined that checks if `value > 0.0`, but unfortunately, it did not faithfully port the JavaScript version which is `value >= 0.0`. Sadly, no test covered this so it went unnoticed.
2015-09-25 13:10:21 -07:00