`Animation`: Use correct name case for `DOMElement::setAttribute()`
This commit is contained in:
parent
e1fd5c8500
commit
2b60a86731
|
@ -80,7 +80,7 @@ class Animation implements Drawable
|
|||
$animate->setAttribute('to', $this->to);
|
||||
$animate->setAttribute('begin', $this->begin . 's');
|
||||
$animate->setAttribute('dur', $this->duration . 's');
|
||||
$animate->setAttributE('fill', "freeze");
|
||||
$animate->setAttribute('fill', "freeze");
|
||||
|
||||
return $animate;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue