From 753d01ce2ede96bf204dc75cf9a776799fc9f7ff Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 2 Apr 2010 14:53:32 +0000 Subject: SQL Fairy has started putting in an explicit arrowhead setting, which we now have to override to get the effect we want in SQL diagrams. svn path=/rpkid/doc/Installation; revision=3157 --- scripts/graphviz-sql.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/graphviz-sql.sh') diff --git a/scripts/graphviz-sql.sh b/scripts/graphviz-sql.sh index 76901076..21a81146 100644 --- a/scripts/graphviz-sql.sh +++ b/scripts/graphviz-sql.sh @@ -36,5 +36,6 @@ SOURCE="$1" perl -0777 -pe ' s/\|\\l \\}/}/g; s/\|\\}/}/g; s/{\n/{\n\tedge [arrowtail=none, arrowhead=crow];\n/; + s/\[arrowhead=normal\]/[arrowtail=none, arrowhead=crow]/g; s=^=// Automatically generated from $ENV{SOURCE}\n\n=; ' -- cgit v1.2.3