Skip to content

Commit

Permalink
Enforce default graphs dpi
Browse files Browse the repository at this point in the history
  • Loading branch information
alek3y committed Sep 21, 2024
1 parent 1117e6a commit ef78130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/mdbook-dot/src/preprocess.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pub fn render_dot(graph: &str) -> String {
let mut child = Command::new("dot")
.args([
"-Tsvg:cairo",
"-Gdpi=96",
"-Gbgcolor=white",
"-Gfontname=Liberation Serif",
"-Nfontname=Liberation Serif",
Expand Down

0 comments on commit ef78130

Please sign in to comment.