Skip to content

Commit

Permalink
svg support
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSch62 committed Apr 12, 2024
1 parent b165a1e commit 12cd74f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 18 deletions.
3 changes: 0 additions & 3 deletions clab2drawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,6 @@ def main(input_file, output_file, grafana, theme, include_unlinked_nodes=False,
print(error_message)
exit()

if 'grafana' in theme.lower():
no_links = True

if theme in ['nokia_bright', 'nokia_dark', 'grafana_dark']:
config_path = os.path.join(script_dir, f'styles/{theme}.yaml')
else:
Expand Down
Loading

0 comments on commit 12cd74f

Please sign in to comment.