Stroke information type

interface StrokeInfoType {
    color: RGBColor;
    isStroke: boolean;
}

Properties

Properties

color: RGBColor

The stroke color in RGB format

isStroke: boolean

Indicates if stroke is applied