Changeset 453

Show
Ignore:
Timestamp:
11/13/08 22:07:23 (2 months ago)
Author:
armin
Message:

patch for legend alignment with new version of TCPDF

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pmapper/trunk/incphp/print/pdfprint.php

    r411 r453  
    295295                    // Putput PDF 
    296296                    $this->Image($icoUrl, $x, $y, $icoW, $icoH); 
    297                     $this->SetXY($x + $icoW + 5, $y + 6); 
     297                    $this->SetXY($x + $icoW + 5, $y); 
    298298                    $this->SetFont($this->defaultFontType, "B", $this->defaultFontSize); 
    299299                     
     
    305305                // More than 2 classes for Group  -> symbol for *every* class 
    306306                } elseif ($numcls > 1) { 
    307                     $this->SetXY($x - 2, $y + 6); 
     307                    $this->SetXY($x - 2, $y ); 
    308308                    //$this->SetFont($this->defaultFontType, "B", $this->defaultFontSized); 
    309309                     
     
    332332                        } else { 
    333333                            $mcellH = 0; 
    334                             $ydiff = 6
     334                            $ydiff = 0
    335335                        } 
    336336                        $this->SetXY($x + $icoW + 5, $y + $ydiff);