In script/test, style SVG graphs for readability
This commit is contained in:
parent
1d0f6c3cc0
commit
883a7c8266
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ case ${mode} in
|
|||
;;
|
||||
|
||||
SVG)
|
||||
$cmd "${args[@]}" 2> >(grep -v 'Assertion failed' | dot -Tsvg > index.html)
|
||||
echo "<!DOCTYPE html><style>svg { width: 100%; margin-bottom: 20px; }</style>" > index.html
|
||||
$cmd "${args[@]}" 2> >(grep -v 'Assertion failed' | dot -Tsvg >> index.html)
|
||||
echo "Wrote index.html"
|
||||
;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue