Closed kitschpatrol closed 11 months ago
Use clientWidth / clientHeight instead of getBoundingClientRect where appropriate to support scaling of SVG-rendered elements with CSS transforms.
clientWidth
clientHeight
getBoundingClientRect
Fix for #584.
Sorry for the delay... and thank you for your contribution!
Use
clientWidth
/clientHeight
instead ofgetBoundingClientRect
where appropriate to support scaling of SVG-rendered elements with CSS transforms.Fix for #584.