From bf19d9f293f1a6e8d9eb3ba3ae9014ad5b0f82ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=B0=91=E5=8D=AB?= Date: Sun, 19 Nov 2023 21:06:36 +0800 Subject: [PATCH] fix(workspace): 1px border --- src/core/plugin/WorkspacePlugin.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/plugin/WorkspacePlugin.ts b/src/core/plugin/WorkspacePlugin.ts index e5060ea6..c7149022 100644 --- a/src/core/plugin/WorkspacePlugin.ts +++ b/src/core/plugin/WorkspacePlugin.ts @@ -2,7 +2,7 @@ * @Author: 秦少卫 * @Date: 2023-06-27 12:26:41 * @LastEditors: 秦少卫 - * @LastEditTime: 2023-07-05 00:34:38 + * @LastEditTime: 2023-11-19 21:05:33 * @Description: 画布区域插件 */ @@ -84,6 +84,7 @@ class WorkspacePlugin { width, height, id: 'workspace', + strokeWidth: 0, }); workspace.set('selectable', false); workspace.set('hasControls', false);