Merge f00aad49168599c8e504ff9d037340573e827afe into 590504130c5e878c51df571974ee31e6f01b3a53
This commit is contained in:
commit
9bce8f62d2
@ -58,6 +58,7 @@ class Options:
|
|||||||
color_mode: ColorMode = "SHORT"
|
color_mode: ColorMode = "SHORT"
|
||||||
mini_bom_mode: bool = True
|
mini_bom_mode: bool = True
|
||||||
template_separator: str = "."
|
template_separator: str = "."
|
||||||
|
output_dpi: Optional[float] = 96.0
|
||||||
|
|
||||||
def __post_init__(self):
|
def __post_init__(self):
|
||||||
if not self.bgcolor_node:
|
if not self.bgcolor_node:
|
||||||
|
|||||||
@ -172,6 +172,7 @@ class Harness:
|
|||||||
bgcolor=wv_colors.translate_color(self.options.bgcolor, "HEX"),
|
bgcolor=wv_colors.translate_color(self.options.bgcolor, "HEX"),
|
||||||
nodesep="0.33",
|
nodesep="0.33",
|
||||||
fontname=self.options.fontname,
|
fontname=self.options.fontname,
|
||||||
|
dpi = f'{self.options.output_dpi}',
|
||||||
)
|
)
|
||||||
dot.attr(
|
dot.attr(
|
||||||
"node",
|
"node",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user