GeoLeaf Core API - v3.0.0
    Preparing search index...

    Presentation options for an SVG icon built from path data.

    Every field maps to an SVG attribute set programmatically — the icon is never assembled as a markup string, which is what keeps this path free of injection.

    interface SVGIconOptions {
        viewBox?: string;
        fill?: string;
        stroke?: string;
        strokeWidth?: string | number;
        strokeLinecap?: string;
        strokeLinejoin?: string;
    }
    Index

    Properties

    viewBox?: string
    fill?: string
    stroke?: string
    strokeWidth?: string | number
    strokeLinecap?: string
    strokeLinejoin?: string