mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Switch to MSAA for Vello rendering for better anti-aliasing (#1899)
Switch to MSAA for vello rendering
This commit is contained in:
parent
cdd179cf10
commit
ed841803ce
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ impl WgpuExecutor {
|
|||
base_color: vello::peniko::Color::TRANSPARENT,
|
||||
width,
|
||||
height,
|
||||
antialiasing_method: AaConfig::Area,
|
||||
antialiasing_method: AaConfig::Msaa8,
|
||||
};
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue