Description Usage Arguments Value Examples
Get Control Points
1 | svgControlPoints(x0, y0, x1, y1, x2, y2, t = 0.3)
|
x0, y0 |
coordinates of previous point |
x1, y1 |
coordinates of main point |
x2, y2 |
coordinates of next point |
t |
curving factor (0-1) |
x- and y-coordinates of control points (x1, y1, x2, y2)
1 | svgControlPoints(10, 10, 20, 20, 30, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.