DrawPathBuilderOpts

See source code
Table of contents

Extends BasePathBuilderOpts, DrawPathBuilderDOpts.

interface DrawPathBuilderOpts
  extends BasePathBuilderOpts, DrawPathBuilderDOpts {}

Properties

forceSolid

optional
forceSolid?: boolean;

offset

optional
offset?: number;

onlyFilled

optional
onlyFilled?: boolean;

passes

optional
passes?: number;

props

optional
props?: SVGProps<SVGPathElement & SVGGElement>;

randomSeed

randomSeed: string;

roundness

optional
roundness?: number;

strokeWidth

strokeWidth: number;

style

style: "draw";

Prev
DrawPathBuilderDOpts
Next
DrawShapeOptions