@@ -79,9 +79,9 @@ |
||
79 | 79 | $matrix = $this->matrix->matrix(); |
80 | 80 | |
81 | 81 | $svg = '<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="'.$length.'px" height="'.$length.'px">' |
82 | - .$this->options->eol |
|
83 | - .'<defs>'.$this->options->svgDefs.'</defs>' |
|
84 | - .$this->options->eol; |
|
82 | + .$this->options->eol |
|
83 | + .'<defs>'.$this->options->svgDefs.'</defs>' |
|
84 | + .$this->options->eol; |
|
85 | 85 | |
86 | 86 | foreach($this->moduleValues as $M_TYPE => $value){ |
87 | 87 | $path = ''; |