Create a 300 pixel wide by 200 pixel high canvas with a one pixel wide border around it. Then draw a 100 pixel by 100 pixel yellow square with a blue border centered at (150,100). Does it make a difference whether the rectangle is stroked first or filled first?

javascript programming
drawing_02