-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
The SVG image cannot be fully displayed #15442
Comments
Could you share a repro project and the SVG used? |
Hi @xyeie. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
|
the svg content: |
The cause is that some internal MAUI library converts it into png because MAUI can't render SVG at all or something. |
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
Verified this on Visual Studio Enterprise 17.7.0 Preview 4.0(.NET 8). Repro on Windows 11, Android 13.0-API33 and iOS 16.4 with below Project: |
Issue created in Svg.Net repo Closing this issue. |
Description
Some SVG images cannot be fully displayed
The expected image to be displayed is as follow:
But the actual image displayed is:
I don't know what caused the image to not display properly and completely
Steps to Reproduce
Link to public reproduction project repository
maui
Version with bug
7.0.49
Last version that worked well
6.0
Affected platforms
Android
Affected platform versions
Android13
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: