Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SVGShapeOptions

A data type that represents SVG shape configuration options.

Hierarchy

Index

Properties

Optional fill

fill: { color?: string; opacity?: number }

Type declaration

  • Optional color?: string
  • Optional opacity?: number

Optional position

position: AnchorType | Point

Optional size

size: number[]

Optional stroke

stroke: { color?: string; opacity?: number; width?: number }

Type declaration

  • Optional color?: string
  • Optional opacity?: number
  • Optional width?: number

Optional transform

transform: string

Optional translate

translate: Point

Generated using TypeDoc