Internal helper that renders an SVG to PNG using an existing Chrome session. Uses fixed-time waiting instead of event-based waiting for reliability.
convert_svg_with_session(b, svg_content, scale, background, load_wait = 0.5)Base64 encoded PNG string.
ChromoteSession object.
SVG content string (already sanitized).
DPI scale factor.
Background color.
Seconds to wait for page load (default 0.5).