From 6ceaf92bf941f8c08367016c8cfe1dcc9aafbce1 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 2 Feb 2018 18:35:59 -0800 Subject: [PATCH] change logo to SVG (#6072) Current README uses a PNG which doesn't scale for high dpi displays (starts to look fuzzy). Created 64 pixel wide version of svg of the black logo and inserted into README.md. Note that it currently doesn't render as the absolute URL points to master so that it gets rendered correctly in other places where the README.md is used (like docker hub). --- README.md | 2 +- assets/ps_black_64.svg | 120 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 assets/ps_black_64.svg diff --git a/README.md b/README.md index 19c3d4de2e..6688d2d714 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and c for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell, an associated scripting language and a framework for processing cmdlets. -[logo]: https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png +[logo]: https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/ps_black_64.svg?sanitize=true ## Windows PowerShell vs PowerShell Core diff --git a/assets/ps_black_64.svg b/assets/ps_black_64.svg new file mode 100644 index 0000000000..a238b21fee --- /dev/null +++ b/assets/ps_black_64.svg @@ -0,0 +1,120 @@ + + + +image/svg+xml \ No newline at end of file