From 2c72d2edb7c3b2736a4e3ae89ef1ea101b519a65 Mon Sep 17 00:00:00 2001 From: Tobias Falk Date: Sat, 8 Jun 2024 18:27:26 +0200 Subject: [PATCH] added output_dpi documantation --- docs/syntax.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/syntax.md b/docs/syntax.md index de67284..37e25e9 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -387,6 +387,9 @@ If any component is defined in the `connectors` or `cables` sections but not ref # about additional components inside the diagram node (connector/cable box). # If False, show all info about additional components inside the diagram node. mini_bom_mode: # Default = True + + # DPI setting for image outputs, https://graphviz.org/docs/attrs/dpi/ + output_dpi: # Default 96.0 ```