update logo

This commit is contained in:
Pete Matsyburka
2026-02-06 09:28:18 +02:00
parent 4aef2d8eb0
commit 93babe3660
14 changed files with 15 additions and 146 deletions
-8
View File
@@ -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