Skip to content

Commit

Permalink
enable antialiasing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Aug 29, 2017
1 parent 5062dc5 commit 560a8bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/config/opts.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 560a8bd

Please sign in to comment.