This commit is contained in:
Andreas Österreicher
2007-11-23 11:27:09 +00:00
parent 0f0d2fe041
commit 5c971cbbfe
9 changed files with 130 additions and 26 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ class FO_ExternalGraphic extends FO_Block
$pdf = $this->getPdf();
$src = $this->getContext("src");
$src = trim($this->getContext("src"));
$width = $this->getContext("width");
$height = $this->getContext("height");
$x = $this->getContext("posx");