Project

General

Profile

Patch #13338 ยป tcpdf.rb_Ruby200_Remove_warning_r11518.patch

Jun NAITOH, 2013-03-02 13:27

View differences:

lib/plugins/rfpdf/lib/tcpdf.rb (working copy)
39 39
# @package com.tecnick.tcpdf
40 40
#
41 41
 
42
@@version = "1.53.0.TC031"
43
@@fpdf_charwidths = {}
44

  
45 42
PDF_PRODUCER = 'TCPDF via RFPDF 1.53.0.TC031 (http://tcpdf.sourceforge.net)'
46 43

  
47 44
module TCPDFFontDescriptor
......
79 76
    Rails.logger
80 77
  end
81 78

  
79
  @@version = "1.53.0.TC031"
80
  @@fpdf_charwidths = {}
81

  
82 82
  cattr_accessor :k_cell_height_ratio
83 83
  @@k_cell_height_ratio = 1.25
84 84

  
    (1-1/1)