Skip to content

Enum: LineCapEnum

How line endpoints are rendered (SVG/CSS standard)

URI: debrief:enum/LineCapEnum

Permissible Values

Value Meaning Description
butt None Flat edge at endpoint
round None Semicircle at endpoint
square None Square projection beyond endpoint

Slots

Name Description
line_cap Line endpoint style

Identifier and Mapping Information

Schema Source

  • from schema: https://debrief.info/schemas/debrief

LinkML Source

name: LineCapEnum
description: How line endpoints are rendered (SVG/CSS standard)
from_schema: https://debrief.info/schemas/debrief
rank: 1000
permissible_values:
  butt:
    text: butt
    description: Flat edge at endpoint
  round:
    text: round
    description: Semicircle at endpoint
  square:
    text: square
    description: Square projection beyond endpoint