Canvas Linejoin
π
2026-06-14 | π HTML
# HTML Canvas lineJoin Property
The `lineJoin` property of the Canvas 2D API determines the shape used to join two line segments where they meet.
By default, when two lines intersect, the corner formed is sharp and pointed. Using the `lineJoin` property, you can easily round off these corners or bevel them to match your design requirements.
---
## Browser Support
The `lineJoin` property is widely supported across all modern web browsers:
* Google Chrome
* Mozilla Firefox
* Safari
* Opera
* Microsoft Edge / Internet Explorer 9+
*Note: Internet Explorer 8 and earlier versions do not support the `