foreignObject: Create a foreignObject SVG Object

Description Usage Arguments

Description

Include foreign graphical content with its own XML namespace into an SVG object. The content is subject to subsequent SVG transformations and compositing.

Usage

1
2
foreignobject(..., x = 0L, y = 0L, width, height, style,
              collapse = "\n")

Arguments

...

character vector containing any number of “foreign” elements.

x

expression specifying the position on the x-axis.

y

expression specifying the position on the y-axis.

width

expression that sets the width attribute.

height

expression that sets the height attribute.

style

expression that adds a style attribute.

collapse

see \link{paste}.


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