diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-08-09 13:03:53 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-08-09 13:03:53 +0000 |
commit | 17b8e89991a4eee0944168aa10e0c43d2753db25 (patch) | |
tree | 773c0968c3b108bf77bb66e9be56e8c066616a9e /tests/palette_test.php | |
parent | 3c5cb5cd65c6954f78ba0bd1ccbba44cb2ae4a9a (diff) | |
download | zetacomponents-graph-17b8e89991a4eee0944168aa10e0c43d2753db25.zip zetacomponents-graph-17b8e89991a4eee0944168aa10e0c43d2753db25.tar.gz |
- Added option to gd driver to set an external image as background
- Got chart background images working again
- Post process images in gd driver to not apply supersampling for images
Diffstat (limited to 'tests/palette_test.php')
-rw-r--r-- | tests/palette_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/palette_test.php b/tests/palette_test.php index 1223653..59e6c8d 100644 --- a/tests/palette_test.php +++ b/tests/palette_test.php @@ -313,7 +313,7 @@ class ezcGraphPaletteTest extends ezcTestCase $this->assertEquals( ezcGraphColor::fromHex( '#EEEEEC' ), - $chart->options->background, + $chart->background->background, 'Chart background not set from pallet.' ); } |