Using `background-image` to fill SVG rect with stipple pattern
I’m able to use background-image
with a gradient to generate a stipple pattern for a div
(upper square), but I can’t seem to make an SVG element (lower square) use that as a fill.
I’m able to use background-image
with a gradient to generate a stipple pattern for a div
(upper square), but I can’t seem to make an SVG element (lower square) use that as a fill.