leafer-ui
leafer-ui copied to clipboard
编辑器开启font-size 添加文字调整大小有概率出现文字元素漂移
编辑器配置 : 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 } }
收到,谢谢反馈
已修复,新版本已发布~