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
Namespace
Drupal\forena\DocumentFormatsCode
public function __construct() {
$this->content_type = 'image/svg+xml';
}