Can't use SVGs in README.md according to vsce

pull/64/head
Kelvin Schoofs 6 years ago
parent a994b39dc2
commit 392d2812ad

@ -3,9 +3,9 @@
![Logo](./resources/Logo.png) ![Logo](./resources/Logo.png)
[![GitHub package version](./media/github.svg)](https://github.com/SchoofsKelvin/vscode-sshfs) [![GitHub package version](./media/github.png)](https://github.com/SchoofsKelvin/vscode-sshfs)
[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version-short/Kelvin.vscode-sshfs.svg)](https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs) [![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version-short/Kelvin.vscode-sshfs.svg)](https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs)
[![Donate](./media/paypal.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RLYCWPYEC5WZL) [![Donate](./media/paypal.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RLYCWPYEC5WZL)
This extension makes use of the new FileSystemProvider, added in version 1.23.0 of Visual Studio Code. It allows "mounting" a remote folder over SSH as a local Workspace folder. This extension makes use of the new FileSystemProvider, added in version 1.23.0 of Visual Studio Code. It allows "mounting" a remote folder over SSH as a local Workspace folder.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -1,17 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="52" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="a">
<rect width="52" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#a)">
<path fill="#555" d="M0 0h99v20H0z"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110">
<text x="255" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="390">GitHub</text>
<text x="255" y="140" transform="scale(.1)" textLength="390">GitHub</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 789 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

@ -1,21 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="94" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="a">
<rect width="94" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#a)">
<path fill="#555" d="M0 0h49v20H0z"/>
<path fill="#97CA00" d="M49 0h45v20H49z"/>
<path fill="url(#b)" d="M0 0h94v20H0z"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110">
<text x="255" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="390">Donate</text>
<text x="255" y="140" transform="scale(.1)" textLength="390">Donate</text>
<text x="705" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="350">PayPal</text>
<text x="705" y="140" transform="scale(.1)" textLength="350">PayPal</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save