Canvas

Canvas Tutorials

Canvas Methods and Properties

HTML canvas lineJoin Property

HTML canvas lineJoin Property

 

 

The lineJoin property is used to sets or returns the type of corner created when two lines met each other.

 

Syntax:-

 

Its syntax is:- context.lineJoin=bevel | round | miter;

 

Further Explanation:-

 

Value Description
bevel Creates a beveled corner
round Creates a rounded corner
miter Default. Creates a sharp corner

Code Explanation

All Tutorials related to Canvas Methods and Properties

All Sections related to Canvas