---
title: CGLineJoin.bevel
framework: coregraphics
role: symbol
role_heading: Case
path: coregraphics/cglinejoin/bevel
---

# CGLineJoin.bevel

A join with a squared-off end. Core Graphics draws the line to extend beyond the endpoint of the path, for a distance of 1/2 the line’s width.

## Declaration

```swift
case bevel
```

## See Also

### Constants

- [CGLineJoin.miter](coregraphics/cglinejoin/miter.md)
- [CGLineJoin.round](coregraphics/cglinejoin/round.md)
