-
Notifications
You must be signed in to change notification settings - Fork 69
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
Join forces with SVG.NET? #87
Comments
This work is happening, and it looks very good so far: https://github.com/wieslawsoltes/Svg.Skia To be really honest, I don't think our SkiaSharp.Svg is going to go anywhere. FFImageLoading has already moved on from this code. Our SVG codebase to not going to work in the real world because it wasn't designed to handle the way SVG is designed. On my side, I don't think I will be getting time to do much (if any) work on SVG, so I would rather talk to @wieslawsoltes on this work. I will try to contribute if I can, but at this point I would say the SVG is more a community project. And, if we do this right, then SkiaSharp is just one of many backends - which is preferable in the long run. Google says they are going to be adding SVG, but it has been years and it is a lot of work. So in summary: I also support the split, I can't really spend much time, Community Power! |
Ha, wasn't aware of this. I already saw him contributing to our repository. We'll figure it out. Thanks a lot for the input! |
Thanks for this issue, but due the the fact that this library is now deprecated, no further work will be done on this library. |
Hello,
we from SVG.NET currently consider splitting SVG processing from drawing. See: svg-net/SVG#590 and svg-net/SVG#607
It would make quite a lot of sense to switch the rendering part to Skia. We also have a lot of rendering code that could probably changed from System.Drawing to Skia. So that might have to be evaluated.
We also have a nice test framework/application that works on pixel comparison. If anyone is willing to work together on that, let us know.
The text was updated successfully, but these errors were encountered: