summaryrefslogtreecommitdiffstats
path: root/src/graph.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-29 11:28:30 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-29 11:28:30 +0000
commit2942447b30b3be16ec869a40087ed6e79ed330e0 (patch)
tree762f8a0f86296ced69d23581623092f09af3b91d /src/graph.php
parent89a8010b0b0869d07cb1d433351a1334bf232c57 (diff)
downloadzetacomponents-graph-2942447b30b3be16ec869a40087ed6e79ed330e0.zip
zetacomponents-graph-2942447b30b3be16ec869a40087ed6e79ed330e0.tar.gz
- Added basic 2d renderer test
- Implemented tested 2d renderer functions
Diffstat (limited to 'src/graph.php')
-rw-r--r--src/graph.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph.php b/src/graph.php
index 0037e68..812431d 100644
--- a/src/graph.php
+++ b/src/graph.php
@@ -17,6 +17,8 @@ class ezcGraph
const NO_SYMBOL = 0;
const DIAMOND = 1;
+ const BULLET = 2;
+ const CIRCLE = 3;
const TOP = 1;
const BOTTOM = 2;
OpenPOWER on IntegriCloud