]> granicus.if.org Git - graphviz/commitdiff
make "right" text actually justify right with "right\r"
authorellson <devnull@localhost>
Fri, 15 Aug 2008 20:16:45 +0000 (20:16 +0000)
committerellson <devnull@localhost>
Fri, 15 Aug 2008 20:16:45 +0000 (20:16 +0000)
graphs/directed/records.gv
rtest/graphs/records.gv

index 038edfbc036a16b532a8b6941b764f762f274a04..1cd895882674d6841209b8407d5090fa0e219787 100644 (file)
@@ -1,7 +1,7 @@
 digraph G {
        rankdir=LR;
        node [shape=record];
-       a [ label ="<bala> Graphs can\lbe fun\l|<f1> mid|<f2> right"];
+       a [ label ="<bala> Graphs can\lbe fun\l|<f1> mid|<f2> right\r"];
        b [ label ="<left>   |<mid> b |   " ];
        c [ label ="<p1>   | c |<p2>   " ];
        x [ label ="<p1>   | x |<p2>   " ];
index 038edfbc036a16b532a8b6941b764f762f274a04..1cd895882674d6841209b8407d5090fa0e219787 100644 (file)
@@ -1,7 +1,7 @@
 digraph G {
        rankdir=LR;
        node [shape=record];
-       a [ label ="<bala> Graphs can\lbe fun\l|<f1> mid|<f2> right"];
+       a [ label ="<bala> Graphs can\lbe fun\l|<f1> mid|<f2> right\r"];
        b [ label ="<left>   |<mid> b |   " ];
        c [ label ="<p1>   | c |<p2>   " ];
        x [ label ="<p1>   | x |<p2>   " ];