leafer-ui icon indicating copy to clipboard operation
leafer-ui copied to clipboard

编辑器开启font-size 添加文字调整大小有概率出现文字元素漂移

Open FZliweiliang opened this issue 6 months ago • 2 comments

编辑器配置 : new App({ view: viewId, editor: { stroke: '#666666', point: { cornerRadius: 0, editConfig: { editSize: 'font-size' } }, middlePoint: { cornerRadius: 0 }, // circle: { cornerRadius: 0 }, buttonsFixed: true, buttonsDirection: 'top', // boxSelect: false, //开启选框 }, mobile: false // sky: { type: 'block', usePartRender: false } }); 文字配置: { text: '', placeholder: '双击输入文本', placeholderColor: 'rgba(0,0,0,0.3)', fontSize: 54, fontWeight: 'black', fill: '#000', textAlign: 'left', italic: false, textDecoration: 'none', lineHeight: { type: 'percent', value: 1.5 }, letterSpacing: { type: 'percent', value: 0 } }

FZliweiliang avatar Jul 06 '25 03:07 FZliweiliang

收到,谢谢反馈

leaferjs avatar Jul 06 '25 23:07 leaferjs

已修复,新版本已发布~

leaferjs avatar Jul 28 '25 08:07 leaferjs