mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 导出形状缺少旋转属性
This commit is contained in:
parent
0025a12f43
commit
0901639425
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user