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