enable antialiasing by default

This commit is contained in:
Paul Rouget 2017-08-29 17:50:26 +02:00
parent 5062dc5914
commit 560a8bdcb1

View file

@ -516,9 +516,9 @@ pub fn default_opts() -> Opts {
bubble_inline_sizes_separately: false,
show_debug_fragment_borders: false,
show_debug_parallel_layout: false,
enable_text_antialiasing: false,
enable_subpixel_text_antialiasing: false,
enable_canvas_antialiasing: false,
enable_text_antialiasing: true,
enable_subpixel_text_antialiasing: true,
enable_canvas_antialiasing: true,
trace_layout: false,
debugger_port: None,
devtools_port: None,