projects
/
erdiag.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix typo 'compact' --> 'graph' for output
[erdiag.git]
/
scripts
/
getGraph_svg.php
Commit
Line
Data
40b4a9d2
BA
1
<?php
2
header('Content-Type: image/svg+xml');
3
$dotInput = $_GET["dot"];
4
passthru("printf '$dotInput' | dot -Tsvg -Nfontname=Roboto -Nfontsize=14 -Efontname=Roboto -Efontsize=14");