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

导出截图时会丢失像素,大概1px

Open 18398773590 opened this issue 1 month ago • 1 comments

导出截图时图片会不完整,四周大概丢失1px左右 // 多元素,先编组再导出组节点 canvas.app.editor.select(allChildren) canvas.app.editor.group() const rootChildren: any[] = editor.contentFrame.children as any[] const groupedNode: any = rootChildren.find((c: any) => c?.tag === 'Group') || rootChildren[0] result = await groupedNode.export('png', { blob: true, trim: false, pixelRatio: 4, fill: 'transparent' })

18398773590 avatar Nov 27 '25 10:11 18398773590

收到,谢谢反馈

leaferjs avatar Nov 28 '25 00:11 leaferjs