leaferjs / leafer-ui

一款好用的 Canvas 引擎,革新的开发体验,用于高效绘图 、UI 交互、图形编辑。A user-friendly Canvas engine with a revolutionary development experience, for efficient drawing, UI interactions, and graphic editing.
https://www.leaferjs.com
MIT License
2.59k stars 92 forks source link

如何在图形编辑器时,缩放图片大小时,保持锁定比例? #144

Closed 826327700 closed 6 months ago

826327700 commented 6 months ago

尝试找了好久的文档,没找到关于这个的设置,求指点...

leaferjs commented 6 months ago

给编辑器配置lockRatio: true 可以实现

https://leaferjs.com/ui/guide/plugin/editor/config.html#lockratio-boolean-corner

MD777-creator commented 4 months ago

开发大大,我想问下,只是初始化配置时才生效嘛?我后期改动后好像并不生效

leaferjs commented 4 months ago

用最新版本, 之前有个bug, 再不行的话手动更新一下app.editor.update()