[libgweather/ebassi/add-logo: 1/2] docs: Add the libgweather logo




commit 0b6aae991031164efb7374a3e2e881259ceb4940
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Nov 18 19:46:31 2021 +0000

    docs: Add the libgweather logo
    
    We have a simple project logo, now.

 doc/libgweather-logo.svg | 28 ++++++++++++++++++++++++++++
 doc/libgweather.toml.in  |  5 +++++
 2 files changed, 33 insertions(+)
---
diff --git a/doc/libgweather-logo.svg b/doc/libgweather-logo.svg
new file mode 100644
index 00000000..1b90d045
--- /dev/null
+++ b/doc/libgweather-logo.svg
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="256" height="256" version="1.1"
+     xmlns="http://www.w3.org/2000/svg";
+     xmlns:xlink="http://www.w3.org/1999/xlink";>
+  <defs>
+    <linearGradient id="Gradient" x1="0" x2="0" y1="0" y2="1">
+      <stop offset="0%" style="stop-color:#62A0EA;stop-opacity:1" />
+      <stop offset="100%" style="stop-color:#F5C211;stop-opacity:1" />
+    </linearGradient>
+    <filter id="alpha-to-white">
+      <feColorMatrix in="SourceGraphic" type="matrix"
+                     values="0 0 0 1 0
+                             0 0 0 1 0
+                             0 0 0 1 0
+                             0 0 0 1 0"/>
+    </filter>
+    <g id="child-svg"><svg xmlns="http://www.w3.org/2000/svg"; width="16" height="16"><g fill="#2e3436"><path 
d="M9.5 10A2.5 2.5 0 007 12.5c0 .218.041.423.094.625A1.549 1.549 0 006.5 13a1.5 1.5 0 100 3h8a1.5 1.5 0 100-3 
2 2 0 00-2-2c-.316 0-.61.088-.875.219A2.47 2.47 0 009.5 10z" style="marker:none" color="#000" 
overflow="visible"/><path d="M6.988 4.006c-2.194 0-4 1.805-4 4 0 1.895 1.349 3.494 3.13 
3.896l.001-.01c.478-2.089 2.14-3.004 
4.045-2.81.192.045.372.115.547.195.014.006.03.01.043.016.141-.407.235-.835.235-1.287 0-2.195-1.806-4-4-4z" 
style="line-height:normal;-inkscape-font-specification:Sans;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal;marker:none"
  color="#bebebe" font-weight="400" font-family="Sans" overflow="visible"/><path d="M0 
7.5c0-.277.223-.5.5-.5h1c.277 0 .5.223.5.5v1c0 .277-.223.5-.5.5h-1a.499.499 0 01-.5-.5zm12 
0c0-.277.223-.5.5-.5h1c.277 0 .5.223.5.5v1c0 .277-.223.5-.5.5h-1a.499.499 0 01-.5-.5zM1.697 12.596a.499.499 0 
010-.707l.707-.707a.499.499 0 01.707 0l.707.707a.499.499 0 010 .707l-.707.707a.499.499 0 01-.707 
0zm8.485-8.485a.499.499 0 010-.707l.707-.707a.499.499 0 01.707 0l.707.707a.499.499 0 010 
.707l-.707.707a.499.499 0 01-.707 0zM6.5 3a.499.499 0 01-.5-.5v-1c0-.277.223-.5.5-.5h1c.277 0 .5.223.5.5v1c0 
.277-.223.5-.5.5zM3.111 4.818a.499.499 0 01-.707 0l-.707-.707a.499.499 0 010-.707l.707-.707a.499.499 0 01.707 
0l.707.707a.499.499 0 010 .707z"/></g></svg></g>
+  </defs>
+  <rect
+      width="256"
+      height="256"
+      fill="url(#Gradient)"
+      ry="128"
+      x="0"
+      y="0" />
+  <use xlink:href="#child-svg" filter="url(#alpha-to-white)"
+       transform="matrix(8,0,0,8,64,64)" />
+</svg>
diff --git a/doc/libgweather.toml.in b/doc/libgweather.toml.in
index 12822dc2..eaa86093 100644
--- a/doc/libgweather.toml.in
+++ b/doc/libgweather.toml.in
@@ -3,6 +3,8 @@ namespace = "GWeather"
 version = "@GWEATHER_VERSION@"
 browse_url = "https://gitlab.gnome.org/GNOME/libgweather/";
 repository_url = "https://gitlab.gnome.org/GNOME/libgweather.git";
+docs_url = "https://gnome.pages.gitlab.gnome.org/libgweather/";
+logo_url = "libgweather-logo.svg"
 authors = "The GWeather authors"
 license = "GPL-2.0-or-later"
 description = "Weather data collection"
@@ -33,6 +35,9 @@ urlmap_file = "urlmap.js"
 content_files = [
   "migrating-3to4.md",
 ]
+content_images = [
+  "libgweather-logo.svg",
+]
 
 [[object]]
 pattern = "DEPRECATED"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]