Load SVG file in Xamarin with SkiaSharp
问题 From release 1.55.0 SkiaSharp has the support for reading SVG files. The package has been release few days ago (10 Nov. 2016) and I couldn't find enough documentation on how to use it. The following packages are required: SkiaSharp 1.55.0 SkiaSharp Views & Layers 1.55.0 SkiaSharp.Svg 1.55.0-beta1 The first question is what's the best way to load an SKSvg in Xamarin.Android? 回答1: Here two possible solutions to start working with SkiaSharp that are working for me: Loading SVG from Asset folder