Skip to content

correction #4

@Gu7i

Description

@Gu7i

if(format == "svg")
{
$("#'.$id.'").html(svg);
}else if(format == "base64"){
base = "data:image/svg+xml;base64," + btoa(svg);
$("#'.$id.'").html(base);
}

/******************* html not text ********/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions