ixfx
    Preparing search index...

    Namespace Svg

    Namespaces

    Elements

    Functions

    applyOpts

    Applies drawing options to given SVG element. Applies: fillStyle

    applyPathOpts

    Applies path drawing options to given element Applies: markerEnd, markerStart, markerMid

    applyStrokeOpts

    Applies drawing options to given SVG element. Applies: strokeStyle, strokeWidth, strokeDash, strokeLineCap

    clear

    Removes all children of parent, but not parent itself.

    createEl

    Creates an element of type and with id (if specified)

    createMarker
    createOrResolve

    Creates and appends a SVG element.

    getBounds

    Get the bounds of an SVG element (determined by its width/height attribs)

    lineFromSvgLine

    Returns a Line type from an SVGLineElement

    makeHelper

    Creates a SvgHelper for the creating and management of SVG elements.

    markerPrebuilt
    polarRayFromSvgLine
    remove

    Removes an SVG element from a parent

    setBounds

    Set the bounds of an element, using its width/height attribs.

    Type Aliases

    CircleDrawingOpts
    DrawingOpts

    Drawing options

    LineDrawingOpts

    Line drawing options

    MarkerDrawingOpts
    MarkerOpts
    PathDrawingOpts
    StrokeOpts
    SvgHelper

    Helper to make SVG elements with a common parent.

    TextDrawingOpts

    Text drawing options

    TextPathDrawingOpts

    Text path drawing options