v6.6.14
Bugfixes:
- When the container was scaled with css, the calculation of width/height didn't work properly because it was done with getBoundingClientRect. The calculation of the width and height is now done with a combination of getBoundingClientRect and offsetWidth/OffsetHeight.