From 78a28b30318c77b5fe6c000d8bc3cd84381ee2f1 Mon Sep 17 00:00:00 2001 From: walker Date: Tue, 5 Dec 2023 10:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=8B=E8=BD=AC=E8=A7=92?= =?UTF-8?q?=E5=BA=A6=E8=BE=85=E5=8A=A9=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jlgraphic/plugins/GraphicTransformPlugin.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jlgraphic/plugins/GraphicTransformPlugin.ts b/src/jlgraphic/plugins/GraphicTransformPlugin.ts index 29eaf61..1446cc4 100644 --- a/src/jlgraphic/plugins/GraphicTransformPlugin.ts +++ b/src/jlgraphic/plugins/GraphicTransformPlugin.ts @@ -472,7 +472,9 @@ export class TransformPoints extends Container { this.obj = obj; this.name = TransformPoints.Name; - this.angleAssistantText = new VectorText(''); + this.angleAssistantText = new VectorText('', { + fill: AppConsts.assistantElementColor, + }); this.angleAssistantText.setVectorFontSize(16); this.angleAssistantText.anchor.set(0.5);