# `GSLineCapStyle.GSLineCapStyleRound`

*Case*

Extends the stroke with a semicircular cap.

## Declaration

```swift
case round
```

```objc
GSLineCapStyleRound
```

```python
GSLineCapStyleRound
```

## Discussion

Equivalent to `NSLineCapStyleRound`.

