• Parameters

    • transform: string

      a CSS/SVG transform, for example "translate(20 30) rotate(30) skewY(10)"

    Returns {
        parameters: number[];
        transform: string;
    }[]

    array of objects representing method calls where the "transform" is the transform name and the "parameters" is a list of floats.

    Description

    parse the value of a SVG transform attribute