Rectangle(color=['darkblue', 'red'])
Circle(color=['yellow', 'orange'], width=50, height=50, y=70)
Rectangle(color=['midnightblue', 'mediumslateblue'], height=30, y=100)

Circle(
    color=['orange', 'yellow'],
    width=50,
    height=50,
    y=100,
    transparency=90,
)

Sunset

by ludwik

Created 5 years, 2 months ago.