MCPcopy Create free account
hub / github.com/microsoft/TypeChat / strokeWidth

Function strokeWidth

typescript/examples/drawing/src/render.ts:27–29  ·  view source on GitHub ↗
(style?: Style)

Source from the content-addressed store, hash-verified

25}
26
27function strokeWidth(style?: Style): number {
28 return style?.lineThickness ?? 1;
29}
30
31function fill(style?: Style): string {
32 return style?.fillColor ?? "none";

Callers 3

renderBoxFunction · 0.85
renderEllipseFunction · 0.85
renderArrowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…