Scott W Harden

Results 110 comments of Scott W Harden

This PR fixes this broken link when using NuGet ![image](https://user-images.githubusercontent.com/4165489/66255964-638f0880-e757-11e9-8619-f8808e89a39f.png)

To explore these concepts I made a little WinForms application using [ScottPlot.net](https://ScottPlot.NET) and some of the JSON files retrieved using the NuGetTrends.com API: https://github.com/swharden/NuGet-Stats-Analysis This demonstrates what log scaling the...

Hi @mgierlasinski, thanks for noting this! I think I resolved this issue in #305 and I'm looking forward to feedback over there. Adding details to this issue, the problem is...

Hi @bmitc and project owners (@jonlipsky) I registered https://maui.graphics a while ago because I kept trying to search for documentation about this library but `.graphics` is a top level domain...

> Thanks for the heads up on that @swharden. It looked so nice, that I just assumed it was official. haha, thanks! 🚀 > After actually reading the official documentation,...

Hi @davidbritch, at first glance this seems like it may be an oversight and not an intentional design decision. I'll add some links to source code for context. ### Related...

Hi @wieslawsoltes, I think this is possible using the current library. Here's a .NET 6 console app I made to demonstrate: ![image](https://user-images.githubusercontent.com/4165489/148695997-4b21a62a-1a63-4036-bfd0-788c98ed95d0.png) ```cs using Microsoft.Maui.Graphics; using Microsoft.Maui.Graphics.Skia; // create a...

> I want [individual corners to have a] different radius along x-axis and different along y-axis Okay, I understand now. Thanks for clarifying this with a picture!

Hi @wieslawsoltes, I created a PR to extend ICanvas to do this (#269). You may want to comment there if you have any suggestions about how to improve the API....

> I have a Maui “DrawText” test program that does not do what I expected. Hi Charles, This topic was discussed in #279 and you may find the solution there...