Draw a path from one point to another and stretch the path from two controllpoints:
JavaScript:
The bezierCurveTo method creates a line from the path's current point to the specified point, via two controlpoints.
The bezierCurveTo method takes six parameters, the x and y coordinates for the first controlpoint, the x and y coordinates for the second controlpoint, and the x and y coordinates for the line's destination.
Tip: Check out the quadraticCurveTo method. It has one controllpoint instead of two.
| JavaScript syntax: | context.bezierCurveTo(cp1x,cp1y,cp2x,cp2y,x,y); |
|---|
![]()
The bezierCurveTo method is supported in all major browsers.
| Parameter | Values | Description | Play it |
|---|---|---|---|
| cp1x | x-coordinate | The x-coordinate of the first controlpoint | Play it » |
| cp1y | y-coordinate | The y-coordinate of the first controlpoint | Play it » |
| cp2x | x-coordinate | The x-coordinate of the second controlpoint | Play it » |
| cp2y | y-coordinate | The y-coordinate of the second controlpoint | Play it » |
| x | x-coordinate | The x-coordinate of where to create the line to | Play it » |
| y | y-coordinate | The y-coordinate of where to create the line to | Play it » |
| WEB HOSTING |
|---|
| Best Web Hosting |
| PHP MySQL Hosting |
| Best Hosting Coupons |
| UK Reseller Hosting |
| Cloud Hosting |
| Top Web Hosting |
| $3.98 Unlimited Hosting |
| Premium Website Design |
| WEB BUILDING |
|---|
| XML Editor - Free Trial! |
| FREE Website BUILDER |
| Best Website Templates Top CSS Templates |
| CREATE HTML Websites |
| EASY WEBSITE BUILDER |
| W3SCHOOLS EXAMS |
|---|
|
Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP |
| W3SCHOOLS BOOKS |
|---|
|
New Books: HTML, CSS JavaScript, and Ajax |
| STATISTICS |
|---|
|
Browser Statistics Browser OS Browser Display |
| SHARE THIS PAGE |
|---|