From 478ea789cd3bc74ce22c619b2e2aabd0411f669c 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 https://bugs.koha-community.org/show_bug.cgi?id=8643 --- .../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 - + -- 1.9.1