Changeset 18102 for branches/version-2_4


Ignore:
Timestamp:
2009/06/15 10:33:52 (15 years ago)
Author:
kajiwara
Message:

#466 ロゴの表示が乱れる問題を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/class/SC_Fpdf.php

    r18011 r18102  
    9696        $this->setEtcData(); 
    9797 
    98         //ロゴ画像 
    99         $logo_file = PDF_TEMPLATE_DIR . 'logo.png'; 
    100         $this->pdf->Image($logo_file, 124, 46, 40); 
    101  
    10298    } 
    10399 
     
    127123            $this->lfText(125, 83, $text, 8);      //Email 
    128124        } 
     125 
     126        //ロゴ画像 
     127        $logo_file = PDF_TEMPLATE_DIR . 'logo.png'; 
     128        $this->pdf->Image($logo_file, 124, 46, 40); 
    129129    } 
    130130 
Note: See TracChangeset for help on using the changeset viewer.