Example #1
0
File: Svg.php Project: horde/horde
 /**
  * Displays the current image.
  */
 public function display()
 {
     $this->headers();
     $this->_svg->printElement();
 }
Example #2
0
 /**
  * Shows the rendered image.
  *
  * @access public
  */
 function showImage()
 {
     $this->svg->printElement();
 }