add icon
This commit is contained in:
@@ -20,6 +20,10 @@ module PdfIcons
|
||||
StringIO.new(logo_data)
|
||||
end
|
||||
|
||||
def logo_new_io
|
||||
StringIO.new(logo_new_data)
|
||||
end
|
||||
|
||||
def check_data
|
||||
@check_data ||= PATH.join('check.png').read
|
||||
end
|
||||
@@ -31,4 +35,8 @@ module PdfIcons
|
||||
def logo_data
|
||||
@logo_data ||= PATH.join('logo.png').read
|
||||
end
|
||||
|
||||
def logo_new_data
|
||||
@logo_new_data ||= PATH.join('logo_new.png').read
|
||||
end
|
||||
end
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user