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