pull/250/head
Pete Matsyburka 2 years ago
parent fc3283eb3a
commit 3166a31b67

@ -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

Loading…
Cancel
Save