Class TsignalSVGRender

[!IMPORTANT] note that svg attributes are case sensitive, most notably the "viewBox" and "preserveAspectRatio" attributes must have the exact casing.

Hierarchy (view full)

Constructors

Properties

ctx: Context
createEffect: any

Methods

  • creates an element out of its properties. functions similar to React.createElement

    Type Parameters

    • TAG extends keyof SVGElementTagNameMap

    Parameters

    • tag: TAG
    • Optional props: any
    • Rest ...children: (string | Node)[]

    Returns SVGElementTagNameMap[TAG]

Generated using TypeDoc