-
Notifications
You must be signed in to change notification settings - Fork 18
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
Texts disappeared while converting to PNG #3
Comments
Even for this file the text does not appear in the PNG output: /Mntone.SvgForXaml.DemoApp/Mntone.SvgForXaml.DemoApp.Shared/Assets/test1.svg BTW, I'm using the lib on a UWP app. |
Its library does not implement both parsing tag The behavior is by design. |
Do you think this would be difficult to implement? I am not very familiar with C# but I need this feature and if it's not be very difficult I would like to spent some playing with it and contribute to your project with a patch. Do you know any alternative lib that I could use to convert SVG to PNG on a UWP App? |
I think it’s difficult. Related implementation related to text (tspan, tref) is complex. Of course, rendering basic text is easy.
As far as I know, there is next alternative SVG library. https://github.com/damyanp/SvgWin2D However, it doesn't have SVG to PNG conversion feather. |
First of all, thanks for putting effort on this excellent lib. It really helped me a lot!
I'm trying to convert some SVG files to PNG however at some point during the conversion all texts in the images disappear. Do you have an idea of what could be the problem?
I've attached a sample SVG file where the problem happens.
test.svg.txt
The text was updated successfully, but these errors were encountered: