svgCubicTo: SVG Path Quadratic Curve

Description Usage Arguments Value Examples

View source: R/mask.R

Description

SVG Path Quadratic Curve

Usage

1
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

Examples

1
svgCubicTo(20.123, 30.456, 40.123, 50.456, 60.123, 70.456)

facelab/webmorph documentation built on April 11, 2021, 6:34 a.m.