From a83ec892c8390000e9049cffea654866b37a88ba Mon Sep 17 00:00:00 2001 From: walker Date: Tue, 5 Dec 2023 10:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=A1=86=E6=9E=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jl-graphic/plugins/GraphicTransformPlugin.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jl-graphic/plugins/GraphicTransformPlugin.ts b/src/jl-graphic/plugins/GraphicTransformPlugin.ts index 29eaf61..1446cc4 100644 --- a/src/jl-graphic/plugins/GraphicTransformPlugin.ts +++ b/src/jl-graphic/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);