From 853b2cb2ede87abc496234420f4b219240ce4a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=8C=AF=E5=8D=87?= <359059686@qq.com> Date: Mon, 21 Dec 2020 08:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=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/app/working-area/working-area.component.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/working-area/working-area.component.ts b/src/app/working-area/working-area.component.ts index 6fcb652..688a14c 100644 --- a/src/app/working-area/working-area.component.ts +++ b/src/app/working-area/working-area.component.ts @@ -397,15 +397,6 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV } this.canvasData.isChange = true; }); - - // todo 创建一个无限大的grid - const cell = new PIXI.Graphics(); - cell.lineStyle(1, 0xff0000); - cell.beginFill(0x0000ff); - cell.drawRect(0, 0, 500, 500); - - cell.endFill(); - this.app.stage.addChild(cell); } /** * 重置画布