From eee7c8b2947e66ecf214bcbfed05c1260efc977f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=AF=97=E6=B4=A5?= <2723065175@qq.com> Date: Thu, 14 Mar 2024 11:22:21 +0000 Subject: [PATCH] =?UTF-8?q?!2614=20=E4=BF=AE=E5=A4=8D:=E6=9D=BF=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E5=88=80=E8=B7=AF=E6=8B=86=E5=8D=95=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Production/Product.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Production/Product.ts b/src/Production/Product.ts index 7eb932e26..91f16610b 100644 --- a/src/Production/Product.ts +++ b/src/Production/Product.ts @@ -1002,7 +1002,7 @@ export namespace Production { let path = m.path.Clone().ApplyMatrix(tmtx) as Polyline; res.push({ - path: ConverToPtsBul(path), + path: ConverToPtsBul(path, false), dir: m.dir, items: m.items.map(item => ({ ...item })) });