소스 검색

fix png jpeg export (#25110)

tags/2.0.0-beta.1
znn 1 개월 전
부모
커밋
ebbb4a5d0b
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      web/app/components/workflow/operator/export-image.tsx

+ 2
- 1
web/app/components/workflow/operator/export-image.tsx 파일 보기

@@ -97,7 +97,8 @@ const ExportImage: FC = () => {
style: {
width: `${contentWidth}px`,
height: `${contentHeight}px`,
transform: `translate(${padding - nodesBounds.x}px, ${padding - nodesBounds.y}px) scale(${zoom})`,
transform: `translate(${padding - nodesBounds.x}px, ${padding - nodesBounds.y}px)`,
transformOrigin: 'top left',
},
}


Loading…
취소
저장