diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-05-29 11:28:30 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-05-29 11:28:30 +0000 |
commit | 2942447b30b3be16ec869a40087ed6e79ed330e0 (patch) | |
tree | 762f8a0f86296ced69d23581623092f09af3b91d /src/graph.php | |
parent | 89a8010b0b0869d07cb1d433351a1334bf232c57 (diff) | |
download | zetacomponents-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.php | 2 |
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; |