svgCubicTo: SVG Path Quadratic Curve
Description
SVG Path Quadratic Curve
Usage
svgCubicTo(x1, y1, x2, y2, x, y, digits = 2)
Arguments
x1, y1, x2, y2
coordinates of control points
x, y
coordinates of main point
digits
number of digits to round to
Value
string with Q path component