Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
index d18b020230..5629185a5c 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
@@ -4238,6 +4238,14 @@ public class SWT {
public static final int IMAGE_OS2_BMP = 7;
/**
+ * Image format constant indicating a SVG format image (value is 8).
+ * <br>Note that this is a <em>HINT</em> and is currently only supported on GTK.
+ *
+ * @since 3.113
+ */
+ public static final int IMAGE_SVG = 8;
+
+ /**
* GIF image disposal method constants indicating that the
* disposal method is unspecified (value is 0).
*/

Back to the top