SvgImageSource icon indicating copy to clipboard operation
SvgImageSource copied to clipboard

Custom ImageSource that will become able to show svg image for Xamarin.Forms

Results 17 SvgImageSource issues
Sort by recently updated
recently updated
newest added

Bumps System.Security.Cryptography.X509Certificates from 4.1.0 to 4.1.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Security.Cryptography.X509Certificates&package-manager=nuget&previous-version=4.1.0&new-version=4.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps System.Security.Cryptography.X509Certificates from 4.1.0 to 4.1.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Security.Cryptography.X509Certificates&package-manager=nuget&previous-version=4.1.0&new-version=4.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I'm trying to load a SVG file stored in a temp directory evaluated by Path.GetTempPath() -- but this does not seem to work: Xamarin.Forms.Svg.SvgImageSource.FromSvgUri("file:///Users/jay/Library/Developer/CoreSimulator/Devices/398F23D7-B2A5-4F7C-B949-5E7E3B9AA0F1/data/Containers/Data/Application/B7EC93CF-1340-44CB-8DC5-72FDCD1349A1/tmp/tempPath/svgs/register_icon_pin.svg", 80, 80, Color.Green); Is this not...

I have below code as an experiment. But no image appears on the button. I added a background color for the button so that I know where it is. I...

Hi, unfortunately, none of the SVGs are showing up on my Google Pixel 4a 5G (Android 11). When testing with an Android 11 emulator, the svgs are showing up though....

Bumps System.Net.Http from 4.1.0 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.1.0&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps System.Net.Http from 4.1.0 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.1.0&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi, I am using your library. Great work! I have a problem displaying an SVG with a gradient color. This is my SVG: ```xml ``` When I load the image,...

We use Xamarin.Forms.Svg plugin in one of our projects and it is used quite a lot in our case. It works in most of the cases/times. However, we have lots...