Type alias SVGOptions

SVGOptions: {
    height: number;
    opacity: string | null;
    viewBoxHeight: number;
    viewBoxWidth: number;
    width: number;
}

Type declaration

  • height: number

    height part of the svg tag if viewBox is not specified

  • opacity: string | null
  • viewBoxHeight: number

    height part of the viewBox attribute on svg

  • viewBoxWidth: number

    width part of the viewBox attribute on svg

  • width: number

    width part of the svg tag if viewBox is not specified

Generated using TypeDoc