Skip to content

Commit 672e502

Browse files
authored
Merge pull request #57 from andypost/patch-1
Set SVG render as default for callgraph.php
2 parents f802467 + b3e92e1 commit 672e502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xhprof_html/callgraph.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
// parents/children functions of it will be shown.
4848
'func' => array(XHPROF_STRING_PARAM, ''),
4949

50-
// image type, can be 'jpg', 'gif', 'ps', 'png'
51-
'type' => array(XHPROF_STRING_PARAM, 'png'),
50+
// image type, can be 'jpg', 'gif', 'ps', 'png', 'svg'
51+
'type' => array(XHPROF_STRING_PARAM, 'svg'),
5252

5353
// only functions whose exclusive time over the total time
5454
// is larger than this threshold will be shown.

0 commit comments

Comments
 (0)