summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-05-10 09:52:09 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-05-10 09:52:09 +0000
commit9fe5c1ce375e75ce093ace1f251fc54bf391b5c8 (patch)
tree31e193c19dd67fd638c965d18cac99a91826dcf1 /src/graph_autoload.php
parentf01b8b1bdfb55dd7e77c8b9eec8def3989a6560c (diff)
downloadzetacomponents-graph-9fe5c1ce375e75ce093ace1f251fc54bf391b5c8.zip
zetacomponents-graph-9fe5c1ce375e75ce093ace1f251fc54bf391b5c8.tar.gz
- Fixed issue #10746: Border size reducement algorithm fails for polygones
with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r--src/graph_autoload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index 1ee0bd1..12aea2b 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -12,6 +12,7 @@
return array(
'ezcGraphException' => 'Graph/exceptions/exception.php',
'ezcGraphDatasetAverageInvalidKeysException' => 'Graph/exceptions/invalid_keys.php',
+ 'ezcGraphReducementFailedException' => 'Graph/exceptions/reducement_failed.php',
'ezcGraphErrorParsingDateException' => 'Graph/exceptions/date_parsing.php',
'ezcGraphFlashBitmapBoundingsException' => 'Graph/exceptions/flash_bitmap_boundings.php',
'ezcGraphFlashBitmapTypeException' => 'Graph/exceptions/flash_bitmap_type.php',
OpenPOWER on IntegriCloud