mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pw-dot: added -9/--90 for outputting using 'splines = ortho'
This results in always drawing edges with 90-degree angles instead of smooth splines. Graphs laid out this way may be look nicer sometimes, but it is slower to lay out with large graphs.
This commit is contained in:
parent
71b53f1590
commit
6a10ac36aa
2 changed files with 19 additions and 2 deletions
|
|
@ -63,6 +63,11 @@ This file is part of PipeWire.
|
|||
<optdesc><p>Lay the graph from left to right, instead of dot's default top to bottom.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>-9 | --90</opt></p>
|
||||
<optdesc><p>Lay the graph using 90-degree angles in edges.</p></optdesc>
|
||||
</option>
|
||||
|
||||
</options>
|
||||
|
||||
<section name="Authors">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue