|
@@ -74,9 +74,9 @@ |
|
|
block discarded – undo |
|
74
|
74
|
$matrix = $this->matrix->matrix(); |
|
75
|
75
|
|
|
76
|
76
|
$svg = '<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="'.$length.'px" height="'.$length.'px">' |
|
77
|
|
- .$this->options->eol |
|
78
|
|
- .'<defs>'.$this->options->svgDefs.'</defs>' |
|
79
|
|
- .$this->options->eol; |
|
|
77
|
+ .$this->options->eol |
|
|
78
|
+ .'<defs>'.$this->options->svgDefs.'</defs>' |
|
|
79
|
+ .$this->options->eol; |
|
80
|
80
|
|
|
81
|
81
|
foreach($this->options->moduleValues as $M_TYPE => $value){ |
|
82
|
82
|
|
Please login to merge, or discard this patch.