@@ -86,9 +86,9 @@ |
||
86 | 86 | $matrix = $this->matrix->matrix(); |
87 | 87 | |
88 | 88 | $svg = \sprintf($this->svgHeader, $this->options->cssClass, $this->options->svgViewBoxSize ?? $this->moduleCount) |
89 | - .$this->options->eol |
|
90 | - .'<defs>'.$this->options->svgDefs.'</defs>' |
|
91 | - .$this->options->eol; |
|
89 | + .$this->options->eol |
|
90 | + .'<defs>'.$this->options->svgDefs.'</defs>' |
|
91 | + .$this->options->eol; |
|
92 | 92 | |
93 | 93 | foreach($this->moduleValues as $M_TYPE => $value){ |
94 | 94 | $path = ''; |