PNG file paint-fill-BE-01, which shows the correct result as a raster image

Verify the basic capability to handle the fill properties (fill:none, fill:red, fill:url, fill:currentColor, fill-rule, fill:icc-color, fill-opacity, in combination with the rect element and straight-line path commands. Four pairs of figures should be displayed in the four quadrants. The upper left pair should be rendered as two rectangles The left with a grey stroke and no interior fill stroke The right should be rendered with a red interior fill.

The upper right pair should be rendered as two rectangles. The rectangle to the left should be filled with a (red/blue) linear gradient. The rectangle to the right should be filled with a blue interior fill.

The lower left pair should be rendered as two red 5 pointed stars. The left star should not have its interior filled while the right star should have its interior filled.

The lower right pair should be rendered as three rectangles. The rectangle to the left should rendered with the icc-color(testcolor) The right should be rendered as blue and red overlapping rectangles. The intersection of the two rectangles should be rendered with 50% opacity.

The rendered picture should match the reference inage, except: a correct formulation of the SVG code for the ICC-color subpicture has not been obtained, and therefore the subpicture is replaced with the letters "NA"; and, there may be variation in labelling text, per CSS2 rules.

The test uses the 'rect', 'path', 'defs', 'linearGradient', 'stop' elements as well as stroke:#00000, fill:none, fill:red fill:blue, fill:currentColor, fill-rule, fill:icc-color, fill-opacity.