GraphicsWindow.Height=460 GraphicsWindow.Width=500 GraphicsWindow.BackgroundColor="blue" GraphicsWindow.BrushColor="green" GraphicsWindow.FillRectangle(1,280,500,180) GraphicsWindow.BrushColor="red" GraphicsWindow.FillTriangle(160,40,50,160,260,160) GraphicsWindow.BrushColor="yellow" GraphicsWindow.FillRectangle(60,160,200,120) GraphicsWindow.BrushColor="blue" GraphicsWindow.FillRectangle(80,180,80,60) GraphicsWindow.BrushColor="darkgray" GraphicsWindow.FillRectangle(180,220,40,60) GraphicsWindow.BrushColor="green" GraphicsWindow.FillEllipse(300,40,140,140) GraphicsWindow.BrushColor="darkred" GraphicsWindow.FillRectangle(360,180,20,100) GraphicsWindow.FontSize=40 GraphicsWindow.BrushColor="white" GraphicsWindow.DrawBoundText(200,380,100,"Ime")