diff --git a/render-wasm/src/render/options.rs b/render-wasm/src/render/options.rs index 7b1a49f540..27454ec90f 100644 --- a/render-wasm/src/render/options.rs +++ b/render-wasm/src/render/options.rs @@ -19,7 +19,7 @@ impl Default for RenderOptions { flags: 0, dpr: None, fast_mode: false, - antialias_threshold: 15.0, + antialias_threshold: 7.0, } } }