Create filled rectangles on the canvas using the values provided in an array. Each array contains four values in the following order: x-coordinate
, y-coordinate
, width
, and height
. These values define the position and dimensions for a single rectangle.