.resize
does not throw error when options.width
or options.height
is supplied with float number.
#1817
Labels
Milestone
I'm using version
0.23.0
.When used with
width
andheight
as params and supplied with a float number, an error will be thrown:However, when the same is written like so, no error will be thrown. It seems that the whole
.resize
operation is simply skipped:I wasted half my day trying to find what went wrong because my image can never be resized.
According to the documentation, the
options.width
andoptions.height
take higher priority. So it seems the same error should also be thrown here.The text was updated successfully, but these errors were encountered: