Type alias ShapeStyles

ShapeStyles: {
    adjustForLineWidth?: boolean;
    color?: RGBA;
    lineCap?: "butt" | "round" | "square";
    lineColor?: RGBA;
    lineStyle?: "solid" | "dashed" | "dotted" | "dashedsmall";
    lineWidth?: number;
}

Type declaration

  • Optional adjustForLineWidth?: boolean
  • Optional color?: RGBA
  • Optional lineCap?: "butt" | "round" | "square"
  • Optional lineColor?: RGBA
  • Optional lineStyle?: "solid" | "dashed" | "dotted" | "dashedsmall"
  • Optional lineWidth?: number