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);