Switch to MSAA for Vello rendering for better anti-aliasing (#1899)

Switch to MSAA for vello rendering
This commit is contained in:
Dennis Kobert 2024-08-06 07:12:37 +02:00 committed by GitHub
parent cdd179cf10
commit ed841803ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@ impl WgpuExecutor {
base_color: vello::peniko::Color::TRANSPARENT,
width,
height,
antialiasing_method: AaConfig::Area,
antialiasing_method: AaConfig::Msaa8,
};
{