From 99028c71794de04d5b1829e30013a028758a85ed Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Thu, 11 Feb 2010 09:46:05 +0000 Subject: add fontcolor to node attributes --- BitThemes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BitThemes.php') diff --git a/BitThemes.php b/BitThemes.php index 601b076..653dacf 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -1,6 +1,6 @@ $gBitSystem->getConfig( 'graphviz_node_fillcolor', 'white' ), 'fontname' => $gBitSystem->getConfig( 'graphviz_node_fontname', 'Helvetica' ), 'fontsize' => $gBitSystem->getConfig( 'graphviz_node_fontsize', 10 ), + 'fontcolor' => $gBitSystem->getConfig( 'graphviz_node_fontcolor', 'black' ), 'height' => $gBitSystem->getConfig( 'graphviz_node_height', '.1' ), 'overlap' => $gBitSystem->getConfig( 'graphviz_node_overlap', 'scale' ), 'penwidth' => $gBitSystem->getConfig( 'graphviz_node_penwidth', '1' ), -- cgit v1.3