dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
699 stars 1.54k forks source link

Add images of cursors to System.Windows.Input.Cursors #956

Open mrmsbarnes opened 5 years ago

mrmsbarnes commented 5 years ago

Why can't graphics for .Net 4.7.2 AppStarting through Wait be shown here?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

rpetrusha commented 5 years ago

Thanks, @mrmsbarnes. That's an excellent suggestion. I've added it to our backlog, as well as to our community contributors' project.

dtriana commented 5 years ago

@rpetrusha what do you suggest for this?

Adding the individual PNG images of the cursors to the repo and updating the .md? Updating the .md with the base64 encoded PNG of the cursors? Look for some webfont that can be used as part of the .md file, which has the cursors? Other suggestions?

rpetrusha commented 5 years ago

@dtriana, the best option is adding the individual PNG images of the cursors to the repo. They can go in the media folder of the dotnet/dotnet-api-docs repo. You can then reference them in the xml file with syntax like:

![this is the alt text](../images/Logo_DotNet.png)