Merge f00aad49168599c8e504ff9d037340573e827afe into 590504130c5e878c51df571974ee31e6f01b3a53

This commit is contained in:
Tobias Falk 2024-06-08 18:25:29 +02:00 committed by GitHub
commit 9bce8f62d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class Options:
color_mode: ColorMode = "SHORT"
mini_bom_mode: bool = True
template_separator: str = "."
output_dpi: Optional[float] = 96.0
def __post_init__(self):
if not self.bgcolor_node:

View File

@ -172,6 +172,7 @@ class Harness:
bgcolor=wv_colors.translate_color(self.options.bgcolor, "HEX"),
nodesep="0.33",
fontname=self.options.fontname,
dpi = f'{self.options.output_dpi}',
)
dot.attr(
"node",