Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RoughCircledBoxStyle

Define what the ellipse drawn looks like.

Hierarchy

  • RoughCircledBoxStyle

Index

Properties

roughness

roughness: number

Numerical value indicating how rough the drawing is. A rectangle with the roughness of 0 would be a perfect rectangle.

There is no upper limit to this value, but a value over 10 is mostly useless.

stroke

stroke: string

String value representing the color of the drawn objects.

Can be specicied in any of the ways to describe color in CSS.

strokeWidth

strokeWidth: number

Numerical value to set the width of the strokes (in pixels).

Generated using TypeDoc