From 2c24f6a9706f6595961432c8a84da1b235c7acfb Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 9 Jun 2022 21:25:29 +0800 Subject: ... --- demos/graphics/DrawCircle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/graphics/DrawCircle.cpp b/demos/graphics/DrawCircle.cpp index 13a7367a..61b4bd81 100644 --- a/demos/graphics/DrawCircle.cpp +++ b/demos/graphics/DrawCircle.cpp @@ -16,7 +16,7 @@ int main() { { auto brush = - graphics_factory->CreateSolidColorBrush(cru::platform::colors::black); + graphics_factory->CreateSolidColorBrush(cru::platform::colors::skyblue); auto painter = image->CreatePainter(); painter->FillEllipse(cru::platform::Rect{200, 200, 100, 100}, brush.get()); painter->EndDraw(); -- cgit v1.2.3