From a4417075675632e18bc84b93155bd564b6d7c82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Mon, 15 Mar 2021 02:55:09 +0300 Subject: help: Update Epiphany/Web icon as SVG - Update Epiphany/Web icon as SVG - Add the trail link. --- help/C/index.page | 6 ++-- help/C/media/epiphany-icon.png | Bin 4562 -> 0 bytes help/C/media/org.gnome.Epiphany.svg | 64 ++++++++++++++++++++++++++++++++++++ help/meson.build | 2 +- 4 files changed, 69 insertions(+), 3 deletions(-) delete mode 100644 help/C/media/epiphany-icon.png create mode 100644 help/C/media/org.gnome.Epiphany.svg diff --git a/help/C/index.page b/help/C/index.page index 67752c528..92f4ca525 100644 --- a/help/C/index.page +++ b/help/C/index.page @@ -4,6 +4,8 @@ id="index"> + Web help + Web help Web help @@ -19,8 +21,8 @@ - <media type="image" mime="image/png" its:translate="no" src="media/epiphany-icon.png" /> - Web + <media type="image" width="48px" height="48px" its:translate="no" + src="media/org.gnome.Epiphany.svg" /> Web
diff --git a/help/C/media/epiphany-icon.png b/help/C/media/epiphany-icon.png deleted file mode 100644 index 2ad36a15d..000000000 Binary files a/help/C/media/epiphany-icon.png and /dev/null differ diff --git a/help/C/media/org.gnome.Epiphany.svg b/help/C/media/org.gnome.Epiphany.svg new file mode 100644 index 000000000..2a221efbd --- /dev/null +++ b/help/C/media/org.gnome.Epiphany.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/help/meson.build b/help/meson.build index 484860c21..2b9cb1387 100644 --- a/help/meson.build +++ b/help/meson.build @@ -27,9 +27,9 @@ help_files = [ ] help_media = [ - 'media/epiphany-icon.png', 'media/epiphany-plain-3-36.png', 'media/epiphany-private-3-36.png' + 'media/org.gnome.Epiphany.svg', ] gnome.yelp(meson.project_name(), -- cgit v1.2.1