Skip to content

Commit

Permalink
fixed solid fills color order
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil-SV committed Jan 1, 2025
1 parent 33d4dfc commit c6bf5e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ namespace sc
GraphicItem(context),
contours(contour),
m_color(
color.blue,
color.green,
color.red,
color.green,
color.blue,
color.alpha
)
{
Expand Down

0 comments on commit c6bf5e5

Please sign in to comment.