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, }; {