Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-10-29 15:45:08 +0000
committerEric Williams2019-10-29 16:03:28 +0000
commitd458a912df55329fd1c15c19f639ee42e28e1da0 (patch)
tree09f7a6654f6daf68288a493ae4dbc1745c4eacb2
parent1c9494e86eba0b7ddb5a6d78995fc8195b71646c (diff)
downloadnews-d458a912df55329fd1c15c19f639ee42e28e1da0.tar.gz
news-d458a912df55329fd1c15c19f639ee42e28e1da0.tar.xz
news-d458a912df55329fd1c15c19f639ee42e28e1da0.zip
Bug 545804: [GTK] Add support for SVG files
N&N entry. Change-Id: I49497b650f8ef7df6b1573e6cb778f9ea1d26216 Signed-off-by: Eric Williams <ericwill@redhat.com>
-rw-r--r--4.14/platform_isv.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/4.14/platform_isv.html b/4.14/platform_isv.html
index 0bd7b3d5..62ed80cb 100644
--- a/4.14/platform_isv.html
+++ b/4.14/platform_isv.html
@@ -136,6 +136,14 @@ assertTrue(DisplayHelper.waitForCondition(display, 1000, () -> some.boolean() &a
<p><img src="images/toolitem-disabled-comparison.png" alt="ToolBar comparison"/></p>
</td>
</tr>
+ <tr id="image-svg-gtk"> <!-- https://bugs.eclipse.org/545804 -->
+ <td class="title">SVG Image API added, implemented on GTK</td>
+ <td class="content">
+ SWT now has API to support SVG images, <b><code>SWT.IMAGE_SVG</code></b>, which allows <b><code>ImageLoader</code></b> to load
+ them.
+ <p>Currently this functionality is only implemented for SWT-GTK, on all other platforms the API is a HINT.</p>
+ </td>
+ </tr>
<!-- *********************** End of SWT *********************** -->
</tbody>

Back to the top