UWP not loading SVG (net standard 2.0)
See original GitHub issueCould not load SVG in UWP version 2.4.
Image loading failed: https://upload.wikimedia.org/wikipedia/commons/c/c9/Svg_example4.svg;(size=0x0,dip=True,type=SvgDataResolver) System.NullReferenceException: Object reference not set to an instance of an object. at FFImageLoading.Work.PlatformImageLoaderTask`1.
It’s working on version 2.3.5
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Image with SVG file in UWP doesn't render correctly
I've tried to load some SVG files with the same result: they're rendering clipped and they seem to ignore the layout. For instance:...
Read more >The UWP Community Toolkit v2.2 - Windows Developer Blog
V2.0 of the UWP Community Toolkit introduced several new .NET Standard packages, with a commitment to support more cross platform APIs.
Read more >FontAwesome6.Svg 2.0.0
WPF (.Net and .Net Core), UWP and WinUI controls for the web's most popular icon set and toolkit. This package contains only svg...
Read more >UWP app not supporting .Netstandard 2.1 version
Hi, Currently working on UWP project, API i need to use is in .netstandard 2.1 framework. Where as UWP app is not supporting....
Read more >Supported and Unsupported Features - PDF
This section explains about features available in Essential PDF and their availability in different platforms.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed. Stable nuget today.
The error is somewhere here: https://github.com/luberda-molinet/FFImageLoading/blob/master/source/FFImageLoading.Svg.Shared/SvgDataResolver.cs#L262-L297
I’ll need some time to debug it though (I don’t use Windows often)