awalker

Results 12 comments of awalker

We saw the blank SVG issue on a Samsung Galaxy S10 running Android 11. Our app uses the Xamarin.FFImageLoading.Svg.Forms Nuget, which ultimately uses SkiaSharp. However, we did not explicitly include...

We have run into what may be a related issue. If a Frame element with a border is added to the screen in Android or iOS, the frame is rendered...

SVG-to-PNG conversion is not supported in libraries? Ugh. Our library is distributed as a NuGet, and it seems less than ideal to ask our library's users to copy and paste...

Unless I'm missing something, SVG-to-PNG conversion is effectively a pre-processing step done by Visual Studio that creates platform-specific PNGs for use during the build process for each platform. If that's...

Hi @Redth. I implemented your suggested changes in the MauiTestLib_10019 test project; you can see the changes in the [add_targets_file branch](https://github.com/awalker-dsg/MauiTestLib_10019/tree/add_targets_file). Using Visual Studio, I built the MauiTestLib_10019 project and...

@Redth, your last suggestion worked. The images are now included in the NuGet package's buildTransitive\Images\ folder. Now, how does the app referencing the NuGet library use those SVG images? In...

@Redth, my mistake. It looks like this IS working after all. Shortly after I posted my last comment, I realized that our app was including the NuGet containing the SVGs...

@mattleibow, re [your comment](https://github.com/dotnet/maui/issues/8330#issuecomment-1347663984), "As far as I can tell, this is how Xamarin.Forms worked." We discovered this while migrating our code from Xamarin to MAUI. The Xamarin version of...

@mattleibow, I updated to VS 17.4.3 on my PC to see if that addressed the crash described in my previous post. That also forced me to update Xcode from 14.0.1...