You are here

public function SVGDocument::__construct in Forena Reports 7.5

File

src/DocumentFormats/SVGDocument.php, line 12
SVGDocument Embedded SVG Graph as it's own document. @author davidmetzler

Class

SVGDocument

Namespace

Drupal\forena\DocumentFormats

Code

public function __construct() {
  $this->content_type = 'image/svg+xml';
}