EvOutlineCap Enumeration
The EvOutlineCap TS enumeration defines the types of line endpoints.
Flat: "flat";Both endpoints of a given line are flat perpendicular cuts.

Round: "round";Both endpoints of a given line are augmented with rounded caps.

Square: "square";Both endpoints of a given line are augmented with square caps.

Tapered: "tapered";A given line is full-wide at the center and tapered at both endpoints. The line shape is a rhombus pointing to both endpoints.

TaperedFront: "tapered_front";A given line is full-wide at the rear endpoint and tapered at the front endpoint. The line shape is a triangle pointing to the front endpoint.

TaperedRear: "tapered_rear";A given line is full-wide at the front endpoint and tapered at the rear endpoint. The line shape is a triangle pointing to the rear endpoint.

01 May 2025