diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-05-10 09:52:09 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-05-10 09:52:09 +0000 |
commit | 9fe5c1ce375e75ce093ace1f251fc54bf391b5c8 (patch) | |
tree | 31e193c19dd67fd638c965d18cac99a91826dcf1 /src/graph_autoload.php | |
parent | f01b8b1bdfb55dd7e77c8b9eec8def3989a6560c (diff) | |
download | zetacomponents-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.php | 1 |
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', |