puudot/config.yaml
Lauri Koskenniemi 92a8675c41 Add output formats to puudot config
The output format(s) are now defined in the puudot config under
output key as a list.
2025-12-04 21:12:34 +02:00

35 lines
792 B
YAML

puudot:
verbose: false
output:
- pdf
- svg
dot:
graph: |
//graph [splines=ortho, nodesep=0.2, ranksep="0.5 equally"]
graph [splines=polyline, nodesep=0.2, ranksep="0.5 equally"]
//graph [splines=curved, nodesep=0.2, ranksep="0.5 equally"]
//graph [splines=true, nodesep=0.2, ranksep="0.5 equally"]
//graph [splines=line, nodesep=0.2, ranksep="0.5 equally"]
//node [color=white]
//edge [headport=n, tailport=s]
compound=true
center=true
fontname="Helvetica"
charset="UTF-8"
bgcolor="white"
subgraph: |
labeljust=l
node:
text: |
shape=plaintext
hidden: |
//style=invis
shape=point
width=0
height=0
edge:
default: |
headport=n
tailport=s
hidden: |
style=invis