after merge with remote
[erdiag.git] / scripts / getGraph_svg.php
CommitLineData
40b4a9d2
BA
1<?php
2header('Content-Type: image/svg+xml');
3$dotInput = $_GET["dot"];
4passthru("printf '$dotInput' | dot -Tsvg -Nfontname=Roboto -Nfontsize=14 -Efontname=Roboto -Efontsize=14");