summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-08-09 08:09:11 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-08-09 08:09:11 +0000
commitdd6a8766a0c6749c675e9f1ebe4db38a7c9df198 (patch)
tree849271c63076c9568eaab466f7764fb4cd3bd2c9 /src
parent7590db4ae7a46bf9fdf71813a4e00ce3eb1c67f9 (diff)
downloadzetacomponents-graph-dd6a8766a0c6749c675e9f1ebe4db38a7c9df198.zip
zetacomponents-graph-dd6a8766a0c6749c675e9f1ebe4db38a7c9df198.tar.gz
- Fixed minor rendering error in 3d renderer
Diffstat (limited to 'src')
-rw-r--r--src/renderer/3d.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/3d.php b/src/renderer/3d.php
index 27621c4..819b6f5 100644
--- a/src/renderer/3d.php
+++ b/src/renderer/3d.php
@@ -1084,7 +1084,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
// Draw axis lines - scedule some for later to be drawn in front of
// the data
- $this->frontLines[] = array(
+ $this->driver->drawLine(
$axisPolygonCoordinates[0],
$axisPolygonCoordinates[1],
$axis->border,
@@ -1098,7 +1098,7 @@ class ezcGraphRenderer3d extends ezcGraphRenderer
1
);
- $this->driver->drawLine(
+ $this->frontLines[] = array(
$axisPolygonCoordinates[2],
$axisPolygonCoordinates[3],
$axis->border,
OpenPOWER on IntegriCloud