Merge pull request #280 from ethcore/depsup

draw deps graph smaller so it fits in readme
This commit is contained in:
Marek Kotewicz 2016-12-09 23:40:05 +01:00 committed by GitHub
commit 3d4a518d2c
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,6 @@
digraph dependencies {
ratio=1.0;
size="5,5";
N0[label="pbtc",shape=box];
N1[label="app_dirs",shape=box];
N2[label="bencher",shape=box];

View File

@ -4,9 +4,9 @@
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: dependencies Pages: 1 -->
<svg width="5651pt" height="5585pt"
viewBox="0.00 0.00 5651.15 5585.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 5581)">
<svg width="360pt" height="356pt"
viewBox="0.00 0.00 360.00 355.79" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(0.0637038 0.0637038) rotate(0) translate(4 5581)">
<title>dependencies</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-5581 5647.15,-5581 5647.15,4 -4,4"/>
<!-- N0 -->

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 173 KiB

View File

@ -2,9 +2,10 @@ diff --git tools/graph.dot tools/graph.dot
index f842267..1a831d2 100644
--- tools/graph.dot
+++ tools/graph.dot
@@ -1,4 +1,5 @@
@@ -1,4 +1,6 @@
digraph dependencies {
+ ratio=1.0;
+ size="5,5";
N0[label="pbtc",shape=box];
N1[label="app_dirs",shape=box];
N2[label="bencher",shape=box];