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
MAUI Resizetizer uses svg-net for image conversion and resizing and for some [complex] SVG images conversion is not correct.
In this case Font rendering.
Following SVG:
generates:
the correct PNG is:
.NET MAUI Resizetizer
Context:
dotnet/maui#16399
The text was updated successfully, but these errors were encountered:
Google chrome renders is the same:
Sorry, something went wrong.
No branches or pull requests
Description
MAUI Resizetizer uses svg-net for image conversion and resizing and for some [complex] SVG images conversion is not correct.
In this case Font rendering.
Example data
Following SVG:
generates:
the correct PNG is:
Used Versions
.NET MAUI Resizetizer
Context:
dotnet/maui#16399
The text was updated successfully, but these errors were encountered: