fix: topology 支持 图片 水平反转 以及垂直反转

This commit is contained in:
zhangyu
2023-04-14 09:52:44 +08:00
parent f0cdff2554
commit 3db6415686
2 changed files with 28 additions and 0 deletions

View File

@@ -214,6 +214,8 @@ export default {
pen.isNz = true
pen.locked = pen.locked || 0
pen.isBottom = true
pen.flipX = pen.flipX || false
pen.flipY = pen.flipY || false
if (pen.rect) {
pen.x = pen.rect.x
pen.y = pen.rect.y