Are you sure?
Do you want to delete “My heart” permanently? You will not be able to undo this action.
import icons Square(color='salmon') for i in range(0,100,10): Square(width=1, color='palevioletred', x=i) d=icons.Heart(color='red') for i in range(0,100,15): Square(height=3, color='white', y=i) Square(color='white', width=6) with animation(duration=0.25): d.height=10 d.width=10 with animation(duration=0.25): d.height=100 d.width=100 with animation(duration=0.3): pass