Summary: | Remove white filling inside of Koha logo | ||
---|---|---|---|
Product: | Koha | Reporter: | Radek Šiman (R-Bit Technology, s.r.o.) <rbit> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, mtj |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 17639 - Remove white filling inside of Koha logo
Bug 17639 - Remove white filling inside of Koha logo Bug 17639 - Remove white filling inside of Koha logo |
Description
Radek Šiman (R-Bit Technology, s.r.o.)
2016-11-16 09:16:54 UTC
Current image looks like this after importing to an image editor: http://prntscr.com/d7wp85 Created attachment 57542 [details] [review] Bug 17639 - Remove white filling inside of Koha logo This patch modifies the Koha logo SVG file to remove the fill from two letters. 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 <svg> tag. The logo should appear transparent, with no white fills. Thanks for the immediate solution. The filling has gone, but if I import it into GIMP and set its width to 50 cm, the results looks awkward now http://prntscr.com/d83loj The larger the image, the worse the result. The previous version was OK regardless the resizing. I would also recommend to crop the SVG image, it has very large empty space around it. Created attachment 64062 [details] [review] 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 <svg> tag. The logo should appear transparent, with no white fills. Created attachment 65035 [details] [review] 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 <svg> tag. The logo should appear transparent, with no white fills. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Trivial, skipping QA. Pushed to master for 17.11, thanks to everybody involved! Pushed to 17.05.x, will be in 17.05.02 This patch has been pushed to 16.11.x and will be in 16.11.10. Pushed to 16.05.x, for 16.05.15 release |