Merge branch 'PM_SCOTTPLOT' of http://elara:3000/Sean/Avalonia into PM_SCOTTPLOT

This commit is contained in:
2025-06-29 21:33:21 -04:00
3 changed files with 5 additions and 15 deletions

View File

@@ -52,6 +52,5 @@ public static class TextMarkerImageGenerator
imageHelper.Fill(color);
Avalonia.Media.Imaging.Bitmap avBitmap = new Avalonia.Media.Imaging.Bitmap(imageHelper.ToStream());
return avBitmap;
// avBitmap.Save("c:\\3\\mybitmap.jpg"); }
}
}