From 31b26c5a644759d585f5e78e0c834d33ee0da620 Mon Sep 17 00:00:00 2001 From: "DESKTOP-474NEJQ\\xzsjob" <359059686@qq.com> Date: Wed, 9 Sep 2020 16:15:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8C=BA=E8=83=8C=E6=99=AF=E8=89=B2=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=BB=BF=E8=89=B2=20[=E4=BF=AE=E6=94=B9]=20=20=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E6=8F=8F=E8=BE=B9=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=99=BD?= =?UTF-8?q?=E8=89=B2=20[=E4=BF=AE=E6=94=B9]=20=20=E4=BF=AE=E4=B8=BA?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E7=BB=98=E5=88=B6=E5=87=BD=E6=95=B0=E4=B8=BA?= =?UTF-8?q?public?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/working-area/working-area.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/working-area/working-area.component.ts b/src/app/working-area/working-area.component.ts index 87a5cfe..b0c3416 100644 --- a/src/app/working-area/working-area.component.ts +++ b/src/app/working-area/working-area.component.ts @@ -180,7 +180,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV antialias: true, transparent: false, resolution: 1, - backgroundColor: 0x1099bb// 0xffffff + backgroundColor: 0x00ff00// 0xffffff }); this.content.nativeElement.appendChild(this.app.view); @@ -702,7 +702,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV /** * 取消绘画 */ - private cancelPaint(): void { + public cancelPaint(): void { switch (this.paintMode) { case PaintMode.singlePointIcon: this.previewSinglePointIcon.visible = false; @@ -853,7 +853,7 @@ export class SinglePointIcon extends PIXI.Container { fontStyle: 'normal', fontWeight: 'bold', fill: ['#000000'], - stroke: '#00ff99', + stroke: '#ffffff', strokeThickness: 3, dropShadow: true, dropShadowColor: '#000000',