SVG support for graph
That branch needed to supporting graph images in .svg format
I don't understand what the change is for (you haven't provided description in the PR).
I'm sorry for that. "description" already fixed.
Still not getting it, sorry. What does it change in UI or how it's affecting any existing logic?
Now you can set .svg format here to get svg graph instead png or other in page /callgraph.php
Then a line above https://github.com/preinheimer/xhprof/blob/master/xhprof_html/callgraph.php#L59 should be updated as well to include SVG.
Any way to change format of call graph to SVG from config (see https://github.com/preinheimer/xhprof/blob/master/xhprof_lib/config.sample.php)?
What benefits do you get from seeing call graph in svg vs png? I bet you can't really zoom-in or something like that or can you?