projectkudu/slingshot

SVG button image?

kanreisa opened this issue · 9 comments

I want a SVG button image for high-DPI display.

currently it you know blurry like this:

Yes, that doesn't look good. Technically, you can make the button point to any image URL without affecting the functionality. But we should try to do this. This also relate to #25, which discusses changing the icon.

FWIW, you can make a quick and dirty vector badge using shields.io that matches the usual style: Deploy to Azure

[![Deploy to Azure](https://img.shields.io/badge/Deploy-Azure-6EC0D9.svg)](https://azuredeploy.net/)

Would be nicer if it had the Azure logo in there, though. And I'm sure many will prefer the larger deploy button.

jpoon commented

+1

@jfoshee smart solution btw – thank you

(I'd like to get this button in SVG however)

here is the SVG file for the button.

http://azuredeploy.net/deploybutton.svg

Deploy to Azure

Thanks 🎂

np! I will update our ReadMe later, so that eveyrone will notice it 🎉

jpoon commented

Awesome. Thanks!