Summary
Would be useful to have CLI options like --fontsize and --iconsize to control the size of text labels and resource icons in generated diagrams.
Current Behavior
Currently, font size (18px) and icon sizes (46px) are hardcoded in the internal Graphviz generation. Users cannot customize these without post-processing the output.
Use Case
Different diagrams have different readability requirements - larger diagrams with many resources benefit from bigger fonts/icons for better readability.
Suggested Options
--fontsize INT Font size for resource labels (default: 18)
--iconsize INT Icon size in pixels (default: 46)
Alternative
If annotations can already control this, please point me to the documentation - I couldn't find it.
Additional Context
This would also help with the HTML visualise output where the icons and text can appear small.
Summary
Would be useful to have CLI options like
--fontsizeand--iconsizeto control the size of text labels and resource icons in generated diagrams.Current Behavior
Currently, font size (18px) and icon sizes (46px) are hardcoded in the internal Graphviz generation. Users cannot customize these without post-processing the output.
Use Case
Different diagrams have different readability requirements - larger diagrams with many resources benefit from bigger fonts/icons for better readability.
Suggested Options
Alternative
If annotations can already control this, please point me to the documentation - I couldn't find it.
Additional Context
This would also help with the HTML visualise output where the icons and text can appear small.