Update antialias threshold

This commit is contained in:
Andres Gonzalez 2026-04-16 17:56:25 +02:00 committed by Alejandro Alonso
parent b74d920d03
commit ea53d24dde

View File

@ -19,7 +19,7 @@ impl Default for RenderOptions {
flags: 0,
dpr: None,
fast_mode: false,
antialias_threshold: 15.0,
antialias_threshold: 7.0,
}
}
}