Type Alias StrokeCap

StrokeCap:
    | "round"
    | "square"
    | "line-arrow"
    | "triangle-arrow"
    | "square-marker"
    | "circle-marker"
    | "diamond-marker"

Represents the cap style of a stroke in Penpot. This type defines various styles for the ends of a stroke.