From 068db9aaabb0694b4d12404bda16525efad0fde7 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. Signed-off-by: Jonathan Druart --- .../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 34501d5a4a..3f65575e2c 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.11.0