We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d978c8 commit fd6f9dbCopy full SHA for fd6f9db
src/Svg/Tag/Rect.php
@@ -35,7 +35,7 @@ public function start($attributes)
35
$this->width = $this->convertSize($attributes['width'], $width);
36
}
37
if (isset($attributes['height'])) {
38
- $this->height = $this->convertSize($attributes['height'], $width);
+ $this->height = $this->convertSize($attributes['height'], $height);
39
40
41
if (isset($attributes['rx'])) {
0 commit comments