Chrome uses double for height/width of elements
This caused a NumberFormatExeption when trying to convert the string representation of a double to an int. Fixed by floor'ing the value.
This commit is contained in:
This caused a NumberFormatExeption when trying to convert the string representation of a double to an int. Fixed by floor'ing the value.