summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-28 13:23:00 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-28 13:23:00 +0000
commit6ed7f3a9b1814879c8fed5f55db1ae409797f76c (patch)
treef69295bc766e04744f43a8811574c69836049dc0 /src/graph_autoload.php
parentd6bae028524a0fc548080d7b8ae1d8fa38102248 (diff)
downloadzetacomponents-graph-6ed7f3a9b1814879c8fed5f55db1ae409797f76c.zip
zetacomponents-graph-6ed7f3a9b1814879c8fed5f55db1ae409797f76c.tar.gz
- Added SVG driver
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r--src/graph_autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index 912f18a..349a02a 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -36,7 +36,7 @@ return array(
'ezcGraphGdDriverOptions' => 'Graph/options/gd_driver.php',
'ezcGraphGdDriverInvalidFontException' => 'Graph/exceptions/invalid_font.php',
'ezcGraphGdDriverUnsupportedImageTypeException' => 'Graph/exceptions/unsupported_image_type.php',
- 'ezcGraphSVGDriver' => 'Graph/driver/svg.php',
+ 'ezcGraphSvgDriver' => 'Graph/driver/svg.php',
'ezcGraphSvgDriverOptions' => 'Graph/options/svg_driver.php',
'ezcGraphInvalidDriverException' => 'Graph/exceptions/invalid_driver.php',
OpenPOWER on IntegriCloud