mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
auto merge of #5251 : mmatyas/servo/canvas_quadratic, r=jdm
Yet another small canvas patch.
This commit is contained in:
commit
2c85c1d312
4 changed files with 16 additions and 10 deletions
|
@ -126,7 +126,7 @@ interface CanvasPathMethods {
|
|||
void closePath();
|
||||
void moveTo(/*unrestricted*/ double x, /*unrestricted*/ double y);
|
||||
void lineTo(double x, double y);
|
||||
//void quadraticCurveTo(double cpx, double cpy, double x, double y);
|
||||
void quadraticCurveTo(double cpx, double cpy, double x, double y);
|
||||
|
||||
void bezierCurveTo(/*unrestricted*/ double cp1x,
|
||||
/*unrestricted*/ double cp1y,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue