-
Notifications
You must be signed in to change notification settings - Fork 16
beziercurveto
Eloy Villasclaras edited this page Apr 18, 2016
·
1 revision
<beziercurveto> draws a bezier curve within a <shape>,
from the current shape point.
| Property | Notes |
|---|---|
cpx |
Horizontal position of first control point |
cpy |
Vertical position of first control point |
cpx2 |
Horizontal position of second control point |
cpy2 |
Vertical position of second control point |
x |
Horizontal end position |
y |
Vertical end position |