tweakpane / plugin-essentials

Essential components for Tweakpane
https://cocopon.github.io/tweakpane/plugins/#essentials
MIT License
74 stars 6 forks source link

Fix SVG scaling in Cubic Bezier. #19

Closed kitschpatrol closed 9 months ago

kitschpatrol commented 10 months ago

Use clientWidth / clientHeigh instead of getBoundingClientRect in the Cubic Bezier view to support scaling the control with CSS transforms.

Related to Issue #584 and PR #586 in the main Tweakpane repository.

cocopon commented 9 months ago

Merged, thank you for your contribution!