From ed841803ce07bf7fc0346cf87076e47d193cf8c3 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Tue, 6 Aug 2024 07:12:37 +0200 Subject: [PATCH] Switch to MSAA for Vello rendering for better anti-aliasing (#1899) Switch to MSAA for vello rendering --- node-graph/wgpu-executor/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-graph/wgpu-executor/src/lib.rs b/node-graph/wgpu-executor/src/lib.rs index 092225ac..8b78944e 100644 --- a/node-graph/wgpu-executor/src/lib.rs +++ b/node-graph/wgpu-executor/src/lib.rs @@ -156,7 +156,7 @@ impl WgpuExecutor { base_color: vello::peniko::Color::TRANSPARENT, width, height, - antialiasing_method: AaConfig::Area, + antialiasing_method: AaConfig::Msaa8, }; {