chris-crowther
Results
1
issues of
chris-crowther
Thanks for the excellent library! When drawing concentric circles on a wide image using `DrawEllipseCentered` the outer circles appear compressed/deformed. ```C# using (writeableBitmap.GetBitmapContext()) { var centreX = (int) (writeableBitmap.Width /...