From d5452098f3107034403bfc83765acbaa910b5061 Mon Sep 17 00:00:00 2001 From: zcr Date: Tue, 27 Jan 2026 10:12:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20fix:=20=E7=A7=BB=E9=99=A4=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/design_fast/utils/synthesis_item.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/service/design_fast/utils/synthesis_item.py b/app/service/design_fast/utils/synthesis_item.py index b380a81..da14dbf 100644 --- a/app/service/design_fast/utils/synthesis_item.py +++ b/app/service/design_fast/utils/synthesis_item.py @@ -367,7 +367,6 @@ def transpose_rotate(layer, image): # ------------------- 核心修改:计算实际旋转角度 ------------------- # 结合镜像状态,计算需要实际执行的旋转角度 actual_rotate = calculate_actual_rotate(original_rotate, is_mirrored_x, is_mirrored_y) - print(f"actual_rotate:{actual_rotate}") # ------------------- 执行镜像变换 ------------------- # 左右镜像(transpose[0] != 1 即-1,表示镜像) if is_mirrored_x != 1: