返回有序无序

This commit is contained in:
2026-06-29 15:43:00 +08:00
parent 631be6d7c7
commit e2b67bb3f5
2 changed files with 3 additions and 3 deletions
@@ -84,7 +84,7 @@ public static class ImageHelper
{
foreach (var r in regions)
{
ctx.Fill(Color.White, new Rectangle(r.X, r.Y, r.Width, r.Height));
ctx.Fill(Color.Black, new Rectangle(r.X, r.Y, r.Width, r.Height));
}
});