8000 change logo to SVG (#6072) · PowerShell/PowerShell@6ceaf92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ceaf92

Browse files
SteveL-MSFTTravisEz13
authored andcommitted
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).
1 parent 37780de commit 6ceaf92

File tree

2 files changed

+121
-1
lines changed

2 files changed

+121
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and c
55
for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models.
66
It includes a command-line shell, an associated scripting language and a framework for processing cmdlets.
77

8-
[logo]: https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png
8+
[logo]: https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/ps_black_64.svg?sanitize=true
99

1010
## Windows PowerShell vs PowerShell Core
1111

assets/ps_black_64.svg

Lines changed: 120 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)
0