mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Switch to MSAA for Vello rendering for better anti-aliasing (#1899)
Switch to MSAA for vello rendering
This commit is contained in:
@@ -156,7 +156,7 @@ impl WgpuExecutor {
|
||||
base_color: vello::peniko::Color::TRANSPARENT,
|
||||
width,
|
||||
height,
|
||||
antialiasing_method: AaConfig::Area,
|
||||
antialiasing_method: AaConfig::Msaa8,
|
||||
};
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user