Skip to content

v6.6.14

Compare
Choose a tag to compare
@rcbyr rcbyr released this 15 May 06:17
· 63 commits to master since this release

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.