Draw a path from one point to another and stretch the path from a controllpoint:
JavaScript:
The quadraticCurveTo method creates a line from the path's current point to the specified point, via a controlpoint.
The quadraticCurveTo method takes four parameters, the x and y coordinates for the controlpoint, and the x and y coordinates for the line's destination.
Tip: Check out the bezierCurveTo method. It has two controllpoints instead of one.
| JavaScript syntax: | context.quadraticCurveTo(cpx,cpy,x,y); |
|---|
![]()
The quadraticCurveTo method is supported in all major browsers.
| Parameter | Values | Description | Play it |
|---|---|---|---|
| cpx | x-coordinate | The x-coordinate of the controlpoint | Play it » |
| cpy | y-coordinate | The y-coordinate of the 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 |
|---|
| Download XML Editor |
| 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 |
|---|