Merge pull request #9038 from penpot/andy-antialias-threshold

 Update antialias threshold
This commit is contained in:
Alejandro Alonso 2026-04-17 11:24:22 +02:00 committed by GitHub
commit f1f612f265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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