@@ -546,7 +546,7 @@ |
||
546 | 546 | $height *= self::PIXEL_TO_CM * $ratio; |
547 | 547 | $xml = <<<IMG |
548 | 548 | <draw:frame draw:style-name="fr1" draw:name="$filename" text:anchor-type="aschar" svg:width="{$width}cm" svg:height="{$height}cm" draw:z-index="3"><draw:image xlink:href="Pictures/$file" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/></draw:frame> |
549 | -IMG; |
|
549 | +img; |
|
550 | 550 | $this->images[$value] = $file; |
551 | 551 | $this->setVars($key, $xml, false); |
552 | 552 | return $this; |