Xamarin.Forms.Plugins
Xamarin.Forms.Plugins copied to clipboard
SVG - rendering directly from a string
Hi, I was wondering if it would be possible to render a SVG directly from a string instead of a file. In my case, I would like to render a very simple SVG but with a path that can vary a bit depending of a variable of my code. So it will be perfect if I could generate the SVG code and render it.
Thanks for the plugin!