Skip to content

Commit

Permalink
DOT: Fix overlapping of texts and shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
fllp committed Jan 20, 2018
1 parent 092a1e5 commit 77d55ab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions second-edition/dot/trpl04-01.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down
1 change: 1 addition & 0 deletions second-edition/dot/trpl04-02.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down
1 change: 1 addition & 0 deletions second-edition/dot/trpl04-03.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down
1 change: 1 addition & 0 deletions second-edition/dot/trpl04-04.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down
1 change: 1 addition & 0 deletions second-edition/dot/trpl04-05.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down
1 change: 1 addition & 0 deletions second-edition/dot/trpl04-06.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down
1 change: 1 addition & 0 deletions second-edition/dot/trpl15-01.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down
1 change: 1 addition & 0 deletions second-edition/dot/trpl15-02.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down
1 change: 1 addition & 0 deletions second-edition/dot/trpl15-03.dot
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
digraph {
rankdir=LR;
overlap=false;
dpi=300.0;
node [shape="plaintext"];

Expand Down

0 comments on commit 77d55ab

Please sign in to comment.