Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SVGTextOptions

A data type that represents SVG text configuration options.

Hierarchy

  • SVGTextOptions

Index

Properties

Optional anchor

anchor: string

Optional color

color: string

Optional font

font: string

Optional padding

padding: number[]

Optional position

position: AnchorType | Point

Optional size

size: number

Optional stroke

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

Type declaration

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

Optional style

style: string

Optional transform

transform: string

Optional translate

translate: Point

Optional value

value: string | number

Generated using TypeDoc