Browse Source

[修改] 预览点半径修改5->10

develop
徐振升 4 years ago
parent
commit
5668975945
  1. 2
      src/app/working-area/working-area.component.ts

2
src/app/working-area/working-area.component.ts

@ -653,7 +653,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV
*/
private createCircleShadow(): void {
this.circleShadow.beginFill(0xFFCC5A);
this.circleShadow.drawCircle(0, 0, 5);
this.circleShadow.drawCircle(0, 0, 10);
this.circleShadow.endFill();
this.circleShadow.visible = false;
this.backgroundImage.addChild(this.circleShadow);

Loading…
Cancel
Save