Commit dd4724f7 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters…

Bug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r/a=justdave
parent 6a41ecba
...@@ -114,7 +114,7 @@ my $urlbase = Param('urlbase'); ...@@ -114,7 +114,7 @@ my $urlbase = Param('urlbase');
print $fh "digraph G {"; print $fh "digraph G {";
print $fh qq{ print $fh qq{
graph [URL="${urlbase}query.cgi", rankdir=$rankdir, size="64,64"] graph [URL="${urlbase}query.cgi", rankdir=$rankdir]
node [URL="${urlbase}show_bug.cgi?id=\\N", style=filled, color=lightgrey] node [URL="${urlbase}show_bug.cgi?id=\\N", style=filled, color=lightgrey]
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment