From: ellson Date: Fri, 15 Aug 2008 20:16:45 +0000 (+0000) Subject: make "right" text actually justify right with "right\r" X-Git-Tag: LAST_LIBGRAPH~32^2~3628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24c16354ca0574f38752f3095e57ad9817299fa5;p=graphviz make "right" text actually justify right with "right\r" --- diff --git a/graphs/directed/records.gv b/graphs/directed/records.gv index 038edfbc0..1cd895882 100644 --- a/graphs/directed/records.gv +++ b/graphs/directed/records.gv @@ -1,7 +1,7 @@ digraph G { rankdir=LR; node [shape=record]; - a [ label =" Graphs can\lbe fun\l| mid| right"]; + a [ label =" Graphs can\lbe fun\l| mid| right\r"]; b [ label =" | b | " ]; c [ label =" | c | " ]; x [ label =" | x | " ]; diff --git a/rtest/graphs/records.gv b/rtest/graphs/records.gv index 038edfbc0..1cd895882 100644 --- a/rtest/graphs/records.gv +++ b/rtest/graphs/records.gv @@ -1,7 +1,7 @@ digraph G { rankdir=LR; node [shape=record]; - a [ label =" Graphs can\lbe fun\l| mid| right"]; + a [ label =" Graphs can\lbe fun\l| mid| right\r"]; b [ label =" | b | " ]; c [ label =" | c | " ]; x [ label =" | x | " ];