svgCubicTo: SVG Path Quadratic Curve

View source: R/svg.R

svgCubicToR Documentation

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


debruine/webmorphR documentation built on Aug. 15, 2022, 3:51 p.m.