From a60d6f6d4b55841c467bc20fdab64f768e0c349d Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 27 Dec 2008 11:59:56 -0500 Subject: bilde_renderer: Implement draw_polygon() for SWF renderer --- pts-core/objects/pts_Graph/pts_Graph.php | 1 + 1 file changed, 1 insertion(+) (limited to 'pts-core/objects/pts_Graph') 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(); } -- cgit