draw_path: Create a path SVG Element

Description Usage Arguments

View source: R/draw.R

Description

A <path> is a generic SVG element to define any shape.

Usage

1
draw_path(d = "", fill, stroke, class, id)

Arguments

d

character defining the d attribute of the element. See \link{d}.

fill

expression setting the fill attribute.

stroke

expression setting the stroke attribute.

class

expression setting the class attribute.

id

expression setting the id attribute.


be-pr/drawsvg documentation built on Dec. 8, 2020, 3:34 a.m.