Interface draw_to_svg_options

interface draw_to_svg_options {
    background_color?: string;
    clear_svg?: boolean;
    embed_image?: boolean;
    filter_strings?: string[];
    padding?: number | number[];
    render_text?: boolean;
    set_html_attribute?: boolean;
    text_scaling_reference_padding?: number | number[];
    text_scaling_reference_svg?: SVGSVGElement;
}

Properties

background_color?: string
clear_svg?: boolean
embed_image?: boolean
filter_strings?: string[]
padding?: number | number[]
render_text?: boolean
set_html_attribute?: boolean
text_scaling_reference_padding?: number | number[]
text_scaling_reference_svg?: SVGSVGElement