Skip to content

Commit

Permalink
Make resvg renderer default
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Oct 23, 2024
1 parent 1735061 commit ff23f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ impl Default for Config {
#[derive(Clone, ArgEnum, Default)]
pub enum Renderer {
#[default]
Fontdue,
Resvg,
Fontdue,
}

#[derive(Clone, Debug, ArgEnum, Default)]
Expand Down

0 comments on commit ff23f11

Please sign in to comment.