Wiesław Šoltés

Results 243 comments of Wiesław Šoltés

I think it is possible to implement.

Try this ```C# private class ListContractResolver : DefaultContractResolver { private readonly Type _type; public ListContractResolver(Type type) { _type = type; } public override JsonContract ResolveContract(Type type) { if (type.GetTypeInfo().IsGenericType &&...

@swharden This is not the same. I want different radius along x-axis and different along y-axis. ![image](https://user-images.githubusercontent.com/2297442/148698045-fa705c21-e95c-4946-ae38-da4daff0bbc5.png) ```svg ```

> Current platform-independent Svg support in .Net is https://github.com/wieslawsoltes/Svg.Skia . If Maui.Graphics takes over from SkiaSharp as the main .Net platform-independent graphics abstraction then I would assume this lib will...

![image](https://user-images.githubusercontent.com/2297442/148681465-c30b7585-8867-46f9-88f7-454a68699769.png)

@adirh3 Did you get that exception again, I could not repro the issue.

Zoom to point is default zooming mode.