summaryrefslogtreecommitdiffstats
path: root/src/driver
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-06 08:49:03 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-06 08:49:03 +0000
commit8e4f782905f165b9834bff2e95d07884c1fa5bd6 (patch)
tree7ab180f36768b39a81235ba8883e38daf91c8806 /src/driver
parent792f2f514e83efc794dd9cec3c07534c651b2a21 (diff)
downloadzetacomponents-graph-8e4f782905f165b9834bff2e95d07884c1fa5bd6.zip
zetacomponents-graph-8e4f782905f165b9834bff2e95d07884c1fa5bd6.tar.gz
- Fixed axis to use axis type based labeling methods, which results in better
labeling
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/gd.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver/gd.php b/src/driver/gd.php
index 1da7446..a8b079c 100644
--- a/src/driver/gd.php
+++ b/src/driver/gd.php
@@ -232,7 +232,6 @@ class ezcGraphGdDriver extends ezcGraphDriver
*/
public function drawTextBox( $string, ezcGraphCoordinate $position, $width, $height, $align )
{
-
// Test font
if ( !is_file( $this->options->font->font ) || !is_readable( $this->options->font->font ) )
{
OpenPOWER on IntegriCloud