type StrokeStyle = | "Dashed" | "DashedRound" | "Dotted" | "LongDashed" | "LongDashedRound" | "Solid";
Represents the style of a stroke.
type StrokeStyle = | "Dashed" | "DashedRound" | "Dotted" | "LongDashed" | "LongDashedRound" | "Solid";
Represents the style of a stroke.