mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.47k stars 538 forks source link

[FEATURE] SVG Control like FFImageLoading for xamarin forms #1613

Open developer9969 opened 3 years ago

developer9969 commented 3 years ago

I am sure this has been asked before, many developers out there currently use FFImageLoading to support SVG in xamarin forms app, that fantastic nuget I dont think is currently been worked on anymore.

Is there any chance to create an SVG control that we can use in xamarin forms that is owned by either the Xamarin team or the xamarin community toolkit.

Dread to think if new versions or android-ios etc.. break FFImageloading and we are stuck.

many thanks

mattleibow commented 3 years ago

I would suggesting looking at Svg.Skia: https://www.nuget.org/packages/Svg.Skia

You can maybe contact the author and see if he has some ready-made controls for this.