diff --git a/browser_tests/colorPalette.spec.ts-snapshots/node-lightened-colors-chromium-2x-linux.png b/browser_tests/colorPalette.spec.ts-snapshots/node-lightened-colors-chromium-2x-linux.png index 6ad4d61bf..1fad92a5c 100644 Binary files a/browser_tests/colorPalette.spec.ts-snapshots/node-lightened-colors-chromium-2x-linux.png and b/browser_tests/colorPalette.spec.ts-snapshots/node-lightened-colors-chromium-2x-linux.png differ diff --git a/browser_tests/colorPalette.spec.ts-snapshots/node-lightened-colors-chromium-linux.png b/browser_tests/colorPalette.spec.ts-snapshots/node-lightened-colors-chromium-linux.png index c6ab49099..2edbb8fb1 100644 Binary files a/browser_tests/colorPalette.spec.ts-snapshots/node-lightened-colors-chromium-linux.png and b/browser_tests/colorPalette.spec.ts-snapshots/node-lightened-colors-chromium-linux.png differ diff --git a/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-changed-chromium-2x-linux.png b/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-changed-chromium-2x-linux.png index 6035c7e2e..ff71c2d21 100644 Binary files a/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-changed-chromium-2x-linux.png and b/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-changed-chromium-2x-linux.png differ diff --git a/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-changed-chromium-linux.png b/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-changed-chromium-linux.png index a4ecab5b6..52b35569a 100644 Binary files a/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-changed-chromium-linux.png and b/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-changed-chromium-linux.png differ diff --git a/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-removed-chromium-2x-linux.png b/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-removed-chromium-2x-linux.png index 0d5bbb5f4..dc78238b0 100644 Binary files a/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-removed-chromium-2x-linux.png and b/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-removed-chromium-2x-linux.png differ diff --git a/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-removed-chromium-linux.png b/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-removed-chromium-linux.png index f5d90c41a..3b91c3ccc 100644 Binary files a/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-removed-chromium-linux.png and b/browser_tests/colorPalette.spec.ts-snapshots/node-opacity-0-3-color-removed-chromium-linux.png differ diff --git a/src/components/graph/GraphCanvas.vue b/src/components/graph/GraphCanvas.vue index e43a712a2..a4a8cf930 100644 --- a/src/components/graph/GraphCanvas.vue +++ b/src/components/graph/GraphCanvas.vue @@ -262,6 +262,7 @@ onMounted(async () => { ChangeTracker.init(comfyApp) await comfyApp.setup(canvasRef.value) canvasStore.canvas = comfyApp.canvas + canvasStore.canvas.render_canvas_border = false workspaceStore.spinner = false window['app'] = comfyApp