调整旋转角度辅助文字颜色
This commit is contained in:
parent
0f7eefe3d8
commit
78a28b3031
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user