From 208fb21a6fbabbf6cf7b75c71a6a3a09d38b286e Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 6 Jun 2017 15:50:19 +0000 Subject: [PATCH] Bug 17639 - Remove white filling inside of Koha logo This patch modifies the Koha logo SVG file to remove the fill from two letters. This patch also optimizes the file and converts the text object to paths for better cross-platform portability. To test you could: - Open the file in an editor and confirm that the change is correct - or - - Open the file in a browser and use the code inspector to add a background-color attribute to the top-level tag. The logo should appear transparent, with no white fills. --- .../koha3-staff-client-logo.svg | 162 +-------------------- 1 file changed, 1 insertion(+), 161 deletions(-) diff --git a/misc/interface_customization/koha3-staff-client-logo.svg b/misc/interface_customization/koha3-staff-client-logo.svg index 34501d5..3f65575 100644 --- a/misc/interface_customization/koha3-staff-client-logo.svg +++ b/misc/interface_customization/koha3-staff-client-logo.svg @@ -1,161 +1 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - OPEN-SOURCE INTEGRATED LIBRARY SYSTEM - + -- 2.1.4