public function SVG::__construct in Forena Reports 8
File
- src/
FrxPlugin/ Document/ SVG.php, line 23 - SVG Embedded SVG Graph as it's own document. @author davidmetzler
Class
- SVG
- Provides SVG file exports
Namespace
Drupal\forena\FrxPlugin\DocumentCode
public function __construct() {
$this->content_type = 'image/svg+xml';
}