paulpatarinski / Xamarin.Forms.Plugins

Xamarin Forms Plugins
http://paulpatarinski.github.io/Xamarin.Forms.Plugins
MIT License
276 stars 141 forks source link

How to input my own SVG image into example app? #142

Open LightVolk opened 7 years ago

LightVolk commented 7 years ago

I try to create simple SVG-viewer app to demonstrate Xamarin power. But i do not understand: how to use other images at sample app?

I go to source code and find xaml:

https://github.com/paulpatarinski/Xamarin.Forms.Plugins/blob/master/SVG/SampleApp/SampleApp/Images/CoolMask.xaml

What this numbers mean? Commands to create image? But at Image project i see png images like CoolGuy.svg. I try to insert my image and rename it to "CoolGuy.svg", but image does not change.

So, can you explain how to view other SVG image at Example App? Thank you!