Procházet zdrojové kódy

fix png jpeg export (#25110)

tags/2.0.0-beta.1
znn před 1 měsícem
rodič
revize
ebbb4a5d0b
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      web/app/components/workflow/operator/export-image.tsx

+ 2
- 1
web/app/components/workflow/operator/export-image.tsx Zobrazit soubor

style: { style: {
width: `${contentWidth}px`, width: `${contentWidth}px`,
height: `${contentHeight}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',
}, },
} }



Načítá se…
Zrušit
Uložit