Create a temporary HTML file wrapping an SVG
write_svg_html_temp(
svg_string,
width_px = NULL,
height_px = NULL,
background = "transparent"
)A list with path, width, and height.
SVG content as character string.
Width in pixels. If NULL, extracted from SVG.
Height in pixels. If NULL, extracted from SVG.
Background color (default "transparent").