[release-notes/gnome-3-22] text wasn't being displayed for the svg so use a png



commit ed2da95b5f82bfc1b0d12cb45c6bf27bac4d426b
Author: Allan Day <allanpday gmail com>
Date:   Wed Sep 14 14:39:52 2016 +0100

    text wasn't being displayed for the svg so use a png

 help/C/developers.page                   |    2 +-
 help/C/figures/gtk-long-term-support.png |  Bin 0 -> 11611 bytes
 help/C/figures/gtk-long-term-support.svg |  323 ------------------------------
 help/Makefile.am                         |    2 +-
 4 files changed, 2 insertions(+), 325 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 06b575d..dcc0a5a 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -27,7 +27,7 @@
 
   <section id="gtk-long-term-support">
     <title>GTK+ Long Term Support</title>
-    <media type="image" src="figures/gtk-long-term-support.svg"/>
+    <media type="image" src="figures/gtk-long-term-support.png"/>
     <p>3.22 marks a significant moment in the history of GTK+. While
     it does not have a .0 version number, 3.22 is the first in a major new stable
     release series and is the first major GTK+ version since 3.0. Subsequent
diff --git a/help/C/figures/gtk-long-term-support.png b/help/C/figures/gtk-long-term-support.png
new file mode 100644
index 0000000..f1798f3
Binary files /dev/null and b/help/C/figures/gtk-long-term-support.png differ
diff --git a/help/Makefile.am b/help/Makefile.am
index c9859c9..a5b9c2c 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -9,7 +9,7 @@ HELP_FILES = \
  i18n.page
 
 HELP_MEDIA = \
- figures/gtk-long-term-support.svg \
+ figures/gtk-long-term-support.png \
  figures/placeholder.png \
  figures/wayland.png \
  figures/builder.png \


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