We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Information
Describe the bug
CanvasImage is partially rendered
To Reproduce
var fileName = @"cake.png"; AnsiConsole.WriteLine(fileName); var image = new CanvasImage(fileName).MaxWidth(32); AnsiConsole.WriteLine(); AnsiConsole.Write(new Panel(image));
Full application:
https://github.com/NikiforovAll/cli-with-spectre-console
DownloadBot.cs command contains code that uses CanvasImage.
DownloadBot.cs
Expected behavior The image is drawn as expected.
Screenshots
Additional context
Shell: gitbash.exe. The issue is preserved in the Release version of the application.
The text was updated successfully, but these errors were encountered:
The issue reproduces inside devcontainer (mcr.microsoft.com/vscode/devcontainers/dotnet)
Sorry, something went wrong.
No branches or pull requests
Information
Describe the bug
CanvasImage is partially rendered
To Reproduce
Full application:
https://github.com/NikiforovAll/cli-with-spectre-console
DownloadBot.cs
command contains code that uses CanvasImage.Full application:
Expected behavior
The image is drawn as expected.
Screenshots
Additional context
Shell: gitbash.exe. The issue is preserved in the Release version of the application.
The text was updated successfully, but these errors were encountered: