11. What is the purpose of the img src construct in the following canvas code snippet?
a) to provide an outline for the canvas rectangle being drawn
b) to display a fallback image if canvas is not supported
c) to provide the color for the canvas rectangle being drawn
d) both a and c