summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_Graph
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-27 11:59:56 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-27 11:59:56 -0500
commita60d6f6d4b55841c467bc20fdab64f768e0c349d (patch)
tree2943038d4578236eb322809aa7ccba33c0c78101 /pts-core/objects/pts_Graph
parent015282cacb2033182de90a9c1e5a7979105fc536 (diff)
downloadphoronix-test-suite-upstream-a60d6f6d4b55841c467bc20fdab64f768e0c349d.tar.gz
phoronix-test-suite-upstream-a60d6f6d4b55841c467bc20fdab64f768e0c349d.tar.xz
phoronix-test-suite-upstream-a60d6f6d4b55841c467bc20fdab64f768e0c349d.zip
bilde_renderer: Implement draw_polygon() for SWF renderer
Diffstat (limited to 'pts-core/objects/pts_Graph')
-rw-r--r--pts-core/objects/pts_Graph/pts_Graph.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pts-core/objects/pts_Graph/pts_Graph.php b/pts-core/objects/pts_Graph/pts_Graph.php
index c152511..6e8a907 100644
--- a/pts-core/objects/pts_Graph/pts_Graph.php
+++ b/pts-core/objects/pts_Graph/pts_Graph.php
@@ -546,6 +546,7 @@ abstract class pts_Graph
}
protected function return_graph_image()
{
+
$this->graph_image->render_image($this->graph_output, 5);
$this->graph_image->destroy_image();
}