cocopon / tweakpane

:control_knobs: Compact GUI for fine-tuning parameters and monitoring value changes
https://tweakpane.github.io/docs/
MIT License
3.41k stars 85 forks source link

Fix SVG scaling in graph log. #586

Closed kitschpatrol closed 6 months ago

kitschpatrol commented 7 months ago

Use clientWidth / clientHeight instead of getBoundingClientRect where appropriate to support scaling of SVG-rendered elements with CSS transforms.

Fix for #584.

cocopon commented 6 months ago

Sorry for the delay... and thank you for your contribution!