Skip to content

base64 encoded svg support needed #209

@ngaurav

Description

@ngaurav

<svg> tag is supported but when svg image is present inside img tag it fails to get rendered.
For example <img src='data:image/svg+xml;base64,...../> will throw an error.
I can see that both <svg> tag and <img> tag are a subclass of ReplacedElement. But current implementation ignores the meta data (image/svg+xml) inside <img> tag.

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