cocopon / tweakpane

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

Fix SVG scaling in graph log. #586

Closed kitschpatrol closed 11 months ago

kitschpatrol commented 1 year ago

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

Fix for #584.

cocopon commented 11 months ago

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