From 656d3d3046bd118a0325ba66a082a6e5d0a02b57 Mon Sep 17 00:00:00 2001 From: Matthias Becker Date: Thu, 18 Apr 2019 16:26:39 +0200 Subject: Bug 546564 - "Command link" icon in help not high res Change-Id: I5c8eca4d0f27c2a7ab2cc1f32729dc488d8484f3 Signed-off-by: Matthias Becker --- org.eclipse.help/build.properties | 4 +- org.eclipse.help/command_link.png | Bin 455 -> 466 bytes org.eclipse.help/command_link.svg | 298 +++++++++++++++++++++++++++++++++++ org.eclipse.help/command_link@2x.png | Bin 0 -> 977 bytes 4 files changed, 301 insertions(+), 1 deletion(-) create mode 100644 org.eclipse.help/command_link.svg create mode 100644 org.eclipse.help/command_link@2x.png diff --git a/org.eclipse.help/build.properties b/org.eclipse.help/build.properties index e18f94ae8..098b2d346 100644 --- a/org.eclipse.help/build.properties +++ b/org.eclipse.help/build.properties @@ -23,4 +23,6 @@ bin.includes = livehelp.js,\ META-INF/,\ command_link.png,\ dtds/,\ - about_files/ + about_files/,\ + command_link.svg,\ + command_link@2x.png diff --git a/org.eclipse.help/command_link.png b/org.eclipse.help/command_link.png index 28ced874e..6ffb07cc3 100644 Binary files a/org.eclipse.help/command_link.png and b/org.eclipse.help/command_link.png differ diff --git a/org.eclipse.help/command_link.svg b/org.eclipse.help/command_link.svg new file mode 100644 index 000000000..92909ba24 --- /dev/null +++ b/org.eclipse.help/command_link.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/org.eclipse.help/command_link@2x.png b/org.eclipse.help/command_link@2x.png new file mode 100644 index 000000000..f82e32c6e Binary files /dev/null and b/org.eclipse.help/command_link@2x.png differ -- cgit v1.2.3