Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Handle svg:image elements #9

Description

@bluesmoon

<IMAGE> elements in SVG will also point to an external url. They have an xlink:href attribute with the url. You need to get this using getAttribute as element.href returns something that is not a string.

getEntriesByType("resource") returns IMAGE elements with initiatorType set to image. The element's nodeName property is image (in lower case).

Hope all this helps add support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions