Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SVGDocument

Hierarchy

  • SVGDocument

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new SVGDocument(context: Context, raw: string | Document, mimeType?: SupportedType): SVGDocument
  • Parameters

    • context: Context
    • raw: string | Document
    • Default value mimeType: SupportedType = "application/xml"

    Returns SVGDocument

Properties

Private _document

_document: Document

Static Private PARSER

PARSER: DOMParser = new DOMParser()

Accessors

children

  • get children(): SVGElement[]

Generated using TypeDoc