Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/InitialAvatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@
// Original document
$image = new SVG($this->getWidth(), $this->getHeight());
$document = $image->getDocument();
$document->setAttribute('viewBox', "0 0 {$this->getWidth()} {$this->getHeight()}");

Check notice on line 686 in src/InitialAvatar.php

View check run for this annotation

OtterWise Otto / Code Coverage

src/InitialAvatar.php:686

Line 686 is not covered by tests.

// Background
if ($this->getRounded()) {
Expand Down