Author: Kore Nordmann
Date: 2006-08-09 10:09:11 +0200 (Wed, 09 Aug 2006)
New Revision: 3250

Log:
- Fixed minor rendering error in 3d renderer

Modified:
   trunk/Graph/src/renderer/3d.php
   
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChart.png
   
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledAxis.png
   
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledGrid.png
   
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithAxisIntersection.png
   
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithoutDataBorder.png
   
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChart.png
   
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartBigMaxFontSize.png
   
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartSmallMaxFontSize.png

Modified: trunk/Graph/src/renderer/3d.php
===================================================================
--- trunk/Graph/src/renderer/3d.php     2006-08-09 08:08:43 UTC (rev 3249)
+++ trunk/Graph/src/renderer/3d.php     2006-08-09 08:09:11 UTC (rev 3250)
@@ -1084,7 +1084,7 @@
 
         // 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 @@
             1
         );
 
-        $this->driver->drawLine(
+        $this->frontLines[] = array(
             $axisPolygonCoordinates[2],
             $axisPolygonCoordinates[3],
             $axis->border,

Modified: 
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChart.png
===================================================================
(Binary files differ)

Modified: 
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledAxis.png
===================================================================
(Binary files differ)

Modified: 
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartNonFilledGrid.png
===================================================================
(Binary files differ)

Modified: 
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithAxisIntersection.png
===================================================================
(Binary files differ)

Modified: 
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dFilledLineChartWithoutDataBorder.png
===================================================================
(Binary files differ)

Modified: 
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChart.png
===================================================================
(Binary files differ)

Modified: 
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartBigMaxFontSize.png
===================================================================
(Binary files differ)

Modified: 
trunk/Graph/tests/data/compare/ezcGraphRenderer3dTest_testRender3dLineChartSmallMaxFontSize.png
===================================================================
(Binary files differ)

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to