SvgElement
data class SvgElement(val locator: Locator, val svg: String, val caption: String?, val attributes: List<Content.Attribute<*>> = emptyList()) : Content.TextualElement
An inline SVG image.
Parameters
svg
Raw inline SVG source.
caption
Short piece of text associated with the image.
Constructors
Link copied to clipboard
constructor(locator: Locator, svg: String, caption: String?, attributes: List<Content.Attribute<*>> = emptyList())