From e610847df369f02681603e34092fe7d39b749729 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Sun, 22 Sep 2024 20:37:19 +0300 Subject: tdf#163086 Resize SVG pin icons to 24x24 and clean them up This also reverts commit 13a42d5c2d433da6c2c69159bfc6df0e37643333 which worked around the issue of oversized SVGs. Sukapura Dark's pin_document.svg was already 24x24, gets a cleanup anyway. Editing the SVG source, I changed the 64 (and in one case 512) to 24. Then, I opened each one in Inkscape, clicked the lock icon for width and height, input /2.6667 (or 21,3333 in case the viewbox used to be 512) to the end of the existing width and hit Enter to apply. Then in Object - Align and Distribute panel, I set Relative to: Page and centered on vertical and horizontal axes. Finally, I used svgcleaner to clean out all the useless crap in the source. Change-Id: Ic42bd5fce3227f008fe98eed304b1d565cf13651 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173774 Reviewed-by: Patrick Luby Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas --- icon-themes/colibre_dark_svg/res/recentdoc_pin.svg | 2 +- .../colibre_dark_svg/res/recentdoc_pin_highlighted.svg | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) (limited to 'icon-themes/colibre_dark_svg') diff --git a/icon-themes/colibre_dark_svg/res/recentdoc_pin.svg b/icon-themes/colibre_dark_svg/res/recentdoc_pin.svg index a4578679d18d..8854aa8919f1 100644 --- a/icon-themes/colibre_dark_svg/res/recentdoc_pin.svg +++ b/icon-themes/colibre_dark_svg/res/recentdoc_pin.svg @@ -1 +1 @@ - 20 Education Icon Set 64px \ No newline at end of file + \ No newline at end of file diff --git a/icon-themes/colibre_dark_svg/res/recentdoc_pin_highlighted.svg b/icon-themes/colibre_dark_svg/res/recentdoc_pin_highlighted.svg index fd8b1afa65ee..b045ef068630 100644 --- a/icon-themes/colibre_dark_svg/res/recentdoc_pin_highlighted.svg +++ b/icon-themes/colibre_dark_svg/res/recentdoc_pin_highlighted.svg @@ -1,14 +1 @@ - - - - - + \ No newline at end of file -- cgit