update logo
This commit is contained in:
@@ -20,10 +20,6 @@ module PdfIcons
|
||||
StringIO.new(logo_data)
|
||||
end
|
||||
|
||||
def logo_new_io
|
||||
StringIO.new(logo_new_data)
|
||||
end
|
||||
|
||||
def stamp_logo_io
|
||||
StringIO.new(stamp_logo_data)
|
||||
end
|
||||
@@ -40,10 +36,6 @@ module PdfIcons
|
||||
@logo_data ||= PATH.join('logo.png').read
|
||||
end
|
||||
|
||||
def logo_new_data
|
||||
@logo_new_data ||= PATH.join('logo_new.png').read
|
||||
end
|
||||
|
||||
def stamp_logo_data
|
||||
@stamp_logo_data ||= PATH.join('stamp-logo.png').read
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user