Render an SVG element to ImageData via a temporary canvas.
Serialises the SVG to an image, draws it on a canvas, then extracts the pixel data. Useful for strategies that want to produce ImageData output from an SVG intermediate.
Render an SVG element to ImageData via a temporary canvas.
Serialises the SVG to an image, draws it on a canvas, then extracts the pixel data. Useful for strategies that want to produce ImageData output from an SVG intermediate.