This commit is contained in:
David Bomba 2022-11-13 11:30:43 +11:00
parent 7902d46a2b
commit bc4bc1a885

View File

@ -49,8 +49,6 @@ class EpcQrGenerator
$qr = $writer->writeString($this->encodeMessage());
nlog($qr);
return "<svg viewBox='0 0 200 200' width='200' height='200' x='0' y='0' xmlns='http://www.w3.org/2000/svg'>
<rect x='0' y='0' width='100%'' height='100%' />{$qr}</svg>";