Ver código fonte

fix png jpeg export (#25110)

tags/2.0.0-beta.1
znn 1 mês atrás
pai
commit
ebbb4a5d0b
Nenhuma conta vinculada ao e-mail do autor do commit

+ 2
- 1
web/app/components/workflow/operator/export-image.tsx Ver arquivo

@@ -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',
},
}


Carregando…
Cancelar
Salvar