]> git.llucax.com Git - mecon/meconlib.git/commitdiff
BugFix
authorMartín Marrese <marrese@gmail.com>
Thu, 6 Nov 2003 21:54:05 +0000 (21:54 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 6 Nov 2003 21:54:05 +0000 (21:54 +0000)
lib/MECON/PDF.php

index dff59a21837215e6326ae634f731c0cfb57a0fc3..40fb3fe20d61ec91d55f44cbfad34b9949ef68ee 100644 (file)
@@ -139,7 +139,7 @@ class MECON_PDF {
             case 'landscape':
                 $X = $this->_landscapeX($x,$y);
                 $Y = $this->_landscapeY($x,$y);
             case 'landscape':
                 $X = $this->_landscapeX($x,$y);
                 $Y = $this->_landscapeY($x,$y);
-                $estilo['rotation'] = 90;
+                @$estilo['rotation'] += 90;
                 break;
         }
         $this->_pdf->draw_text($X, $Y, $texto, $this->refPage($pag), $estilo);
                 break;
         }
         $this->_pdf->draw_text($X, $Y, $texto, $this->refPage($pag), $estilo);