Description

These values determine how the end of opened sub-paths are rendered in a stroke. Efl.Gfx.Shape.stroke_cap.set

Since 1.14

Fields

  • butt - The end of lines is rendered as a full stop on the last point itself.
  • round - The end of lines is rendered as a half-circle around the last point.
  • square - The end of lines is rendered as a square around the last point.
  • last - Sentinel value to indicate last enum field during iteration

Signature

enum Efl.Gfx.Cap {
    butt: 0,
    round,
    square,
    last
}

C signature