Steps to Reproduce:
See https://commons.wikimedia.org/wiki/File:SVG_Gradient.svg.
The top row of rectangles all use rect elements with fill="url('#idgrad')".
Actual Results:
The top row of rectangles are rendered with the default black fill.
Expected Results:
The top row of rectangles should have gradient fills similar to the bottom left rectangle.
If I change the fills to url(#idgrad) (i.e., remove the single quotation marks from the functional url), then they work