diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2010-02-11 09:46:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2010-02-11 09:46:05 +0000 |
| commit | 99028c71794de04d5b1829e30013a028758a85ed (patch) | |
| tree | 58c66632f3cab5fe782ebcb3d2509e33dac3a1f4 /BitThemes.php | |
| parent | e67949e14b7b0830f3d8d2f33b8ef34c5532b918 (diff) | |
| download | themes-99028c71794de04d5b1829e30013a028758a85ed.tar.gz themes-99028c71794de04d5b1829e30013a028758a85ed.tar.bz2 themes-99028c71794de04d5b1829e30013a028758a85ed.zip | |
add fontcolor to node attributes
Diffstat (limited to 'BitThemes.php')
| -rw-r--r-- | BitThemes.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BitThemes.php b/BitThemes.php index 601b076..653dacf 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_themes/BitThemes.php,v 1.105 2010/01/28 21:38:12 dansut Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_themes/BitThemes.php,v 1.106 2010/02/11 09:46:05 squareing Exp $ * @package themes */ @@ -1844,6 +1844,7 @@ class BitThemes extends BitBase { 'fillcolor' => $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' ), |
