From 09016394259e33419d4e04643f7283bc0ed433e6 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Tue, 14 Mar 2023 21:09:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=87=BA=E5=BD=A2=E7=8A=B6?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E6=97=8B=E8=BD=AC=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useExport.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useExport.ts b/src/hooks/useExport.ts index 8c25baf5..d8daa602 100644 --- a/src/hooks/useExport.ts +++ b/src/hooks/useExport.ts @@ -516,6 +516,7 @@ export default () => { if (el.flipV) options.flipV = el.flipV if (el.shadow) options.shadow = getShadowOption(el.shadow) if (el.outline?.width) options.line = getOutlineOption(el.outline) + if (el.rotate) options.rotate = el.rotate if (el.link) { const linkOption = getLinkOption(el.link) if (linkOption) options.hyperlink = linkOption