You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
private function addLogo(SimpleXMLElement $svg, int $imageWidth, int $imageHeight, string $logoPath, int $logoWidth = null, int $logoHeight = null): void
92
+
private function addLogo(SimpleXMLElement $svg, int $imageWidth, int $imageHeight, string $logoPath, int $logoWidth = null, int $logoHeight = null, bool $forceXlinkHref = false): void
85
93
{
86
94
$mimeType = $this->getMimeType($logoPath);
87
95
$imageData = file_get_contents($logoPath);
@@ -125,7 +133,14 @@ private function addLogo(SimpleXMLElement $svg, int $imageWidth, int $imageHeigh
0 commit comments