Description Usage Arguments Value Examples
SVG Path Quadratic Curve
1 | svgQuadraticTo(x1, y1, x, y, digits = 2)
|
x1, y1 |
coordinates of control point |
x, y |
coordinates of main point |
digits |
number of digits to round to |
string with Q path component
1 | svgQuadraticTo(20.123, 30.456, 40.123, 50.456)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.