From 4b7befcf658c30881b7430e42c6697cbbf280f29 Mon Sep 17 00:00:00 2001 From: Paul Capron Date: Thu, 7 Oct 2021 12:49:45 +0200 Subject: [PATCH] Add Visual Studio Code logo (923 bytes) (#595) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reference logo is an official SVG, taken from https://code.visualstudio.com/brand The tiny SVG is a simplified & minified version of it. Mostly, there is less shadows / blur / etc. (less SVG ), so as to make the tiny SVG fit into 1 KiB. The Android Vector Drawable is a converted version of the tiny SVG, via Android Studio. Because Vector Drawable doesn’t have equivalents to most SVG , it ends up “flatter” than the SVG. However, the logo is still easily identifiable. --- README.md | 1 + .../visualstudiocode.xml | 18 ++++++++ images/reference/index.md | 1 + images/reference/visualstudiocode.svg | 41 +++++++++++++++++++ images/svg/visualstudiocode.svg | 6 +++ 5 files changed, 67 insertions(+) create mode 100644 images/android-vector-drawable/visualstudiocode.xml create mode 100644 images/reference/visualstudiocode.svg create mode 100644 images/svg/visualstudiocode.svg diff --git a/README.md b/README.md index e8410676..84899340 100644 --- a/README.md +++ b/README.md @@ -515,6 +515,7 @@ Say thanks! +
Sublime Text

728 Bytes
Visual Studio Code

923 Bytes
diff --git a/images/android-vector-drawable/visualstudiocode.xml b/images/android-vector-drawable/visualstudiocode.xml new file mode 100644 index 00000000..aab70e6c --- /dev/null +++ b/images/android-vector-drawable/visualstudiocode.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/images/reference/index.md b/images/reference/index.md index 57e09bc3..745bf0eb 100644 --- a/images/reference/index.md +++ b/images/reference/index.md @@ -277,3 +277,4 @@ Where possible this links to the organisation's brand guidelines page. | | | https://www.pornhub.org/press | | | | https://ow2.res.office365.com/owalanding/2021.8.25.01/images/outlook-icon.jpg | | | https://www.subscribestar.com/brand +| | | https://code.visualstudio.com/brand diff --git a/images/reference/visualstudiocode.svg b/images/reference/visualstudiocode.svg new file mode 100644 index 00000000..c453e633 --- /dev/null +++ b/images/reference/visualstudiocode.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/svg/visualstudiocode.svg b/images/svg/visualstudiocode.svg new file mode 100644 index 00000000..df921394 --- /dev/null +++ b/images/svg/visualstudiocode.svg @@ -0,0 +1,6 @@ + \ No newline at end of file