ISvgTag

interface ISvgTag : ITag<HTMLElement>

Base SVG tag interface.

Inheritors

Properties

Link copied to clipboard
abstract val accesskey: Char?
Link copied to clipboard
abstract val alignContent: AlignContent?
Link copied to clipboard
abstract val alignItems: AlignItems?
Link copied to clipboard
abstract val alignSelf: AlignItems?
Link copied to clipboard
abstract val ariaDescribedby: String?
Link copied to clipboard
abstract val ariaLabel: String?
Link copied to clipboard
abstract val ariaLabelledby: String?
Link copied to clipboard
abstract val attributeName: String?

The attribute name.

Link copied to clipboard
abstract val autofocus: Boolean?
Link copied to clipboard
abstract val background: Background?
Link copied to clipboard
abstract val border: Border?
Link copied to clipboard
abstract val borderBottom: Border?
Link copied to clipboard
abstract val borderLeft: Border?
Link copied to clipboard
abstract val borderRadius: CssSize?
Link copied to clipboard
abstract val borderRadiusList: List<CssSize>?
Link copied to clipboard
abstract val borderRight: Border?
Link copied to clipboard
abstract val borderTop: Border?
Link copied to clipboard
abstract val bottom: CssSize?
Link copied to clipboard
abstract val boxShadow: BoxShadow?
Link copied to clipboard
abstract val boxShadowList: List<BoxShadow>?
Link copied to clipboard
abstract val className: String?
Link copied to clipboard
abstract val clear: Clear?
Link copied to clipboard
abstract val color: Color?
Link copied to clipboard
abstract val columnGap: CssSize?
Link copied to clipboard
abstract val cursor: Cursor?
Link copied to clipboard
abstract val cx: CssSize?

The cx attribute.

Link copied to clipboard
abstract val cy: CssSize?

The cy attribute.

Link copied to clipboard
abstract val d: String?

The d attribute.

Link copied to clipboard
abstract val direction: Direction?
Link copied to clipboard
abstract val display: Display?
Link copied to clipboard
abstract val draggable: Boolean?
Link copied to clipboard
abstract val element: HTMLElement
Link copied to clipboard
abstract val fill: String?

The fill attribute.

Link copied to clipboard
abstract val fillOpacity: Number?

The fill opacity attribute.

Link copied to clipboard
abstract val fillRule: String?

The fill rule attribute.

Link copied to clipboard
abstract val flexBasis: CssSize?
Link copied to clipboard
Link copied to clipboard
abstract val flexGrow: Int?
Link copied to clipboard
abstract val flexShrink: Int?
Link copied to clipboard
abstract val flexWrap: FlexWrap?
Link copied to clipboard
abstract val float: CssFloat?
Link copied to clipboard
abstract val fontFamily: String?
Link copied to clipboard
abstract val fontSize: CssSize?
Link copied to clipboard
abstract val fontStyle: FontStyle?
Link copied to clipboard
abstract val fontVariant: FontVariant?
Link copied to clipboard
abstract val fontWeight: FontWeight?
Link copied to clipboard
abstract val gridArea: String?
Link copied to clipboard
abstract val gridAutoColumns: String?
Link copied to clipboard
abstract val gridAutoFlow: GridAutoFlow?
Link copied to clipboard
abstract val gridAutoRows: String?
Link copied to clipboard
abstract val gridColumnEnd: String?
Link copied to clipboard
abstract val gridColumnStart: Int?
Link copied to clipboard
abstract val gridRowEnd: String?
Link copied to clipboard
abstract val gridRowStart: Int?
Link copied to clipboard
abstract val gridTemplateAreas: List<String>?
Link copied to clipboard
Link copied to clipboard
abstract val gridTemplateRows: String?
Link copied to clipboard
abstract val height: CssSize?
Link copied to clipboard
abstract val href: String?

The href attribute.

Link copied to clipboard
abstract val id: String?
Link copied to clipboard
Link copied to clipboard
abstract val justifyItems: JustifyItems?
Link copied to clipboard
abstract val justifySelf: JustifyItems?
Link copied to clipboard
abstract val left: CssSize?
Link copied to clipboard
abstract val letterSpacing: CssSize?
Link copied to clipboard
abstract val lineBreak: LineBreak?
Link copied to clipboard
abstract val lineHeight: CssSize?
Link copied to clipboard
abstract val listStyle: ListStyle?
Link copied to clipboard
abstract val margin: CssSize?
Link copied to clipboard
abstract val marginBottom: CssSize?
Link copied to clipboard
abstract val marginLeft: CssSize?
Link copied to clipboard
abstract val marginRight: CssSize?
Link copied to clipboard
abstract val marginTop: CssSize?
Link copied to clipboard
abstract val maxHeight: CssSize?
Link copied to clipboard
abstract val maxWidth: CssSize?
Link copied to clipboard
abstract val minHeight: CssSize?
Link copied to clipboard
abstract val minWidth: CssSize?
Link copied to clipboard
abstract val opacity: Double?
Link copied to clipboard
abstract val order: Int?
Link copied to clipboard
abstract val outline: Outline?
Link copied to clipboard
abstract val overflow: Overflow?
Link copied to clipboard
abstract val overflowWrap: OverflowWrap?
Link copied to clipboard
abstract val overflowX: Overflow?
Link copied to clipboard
abstract val overflowY: Overflow?
Link copied to clipboard
abstract val padding: CssSize?
Link copied to clipboard
abstract val paddingBottom: CssSize?
Link copied to clipboard
abstract val paddingLeft: CssSize?
Link copied to clipboard
abstract val paddingRight: CssSize?
Link copied to clipboard
abstract val paddingTop: CssSize?
Link copied to clipboard
abstract val points: String?

The points attribute.

Link copied to clipboard
abstract val position: Position?
Link copied to clipboard
abstract val r: CssSize?

The r attribute.

Link copied to clipboard
abstract override val renderConfig: RenderConfig
Link copied to clipboard
abstract val resize: Resize?
Link copied to clipboard
abstract val right: CssSize?
Link copied to clipboard
abstract val role: String?
Link copied to clipboard
abstract val rowGap: CssSize?
Link copied to clipboard
abstract val rx: CssSize?

The rx attribute.

Link copied to clipboard
abstract val ry: CssSize?

The ry attribute.

Link copied to clipboard
abstract val tabindex: Int?
Link copied to clipboard
abstract val textAlign: TextAlign?
Link copied to clipboard
Link copied to clipboard
abstract val textIndent: CssSize?
Link copied to clipboard
abstract val textOverflow: TextOverflow?
Link copied to clipboard
abstract val textShadow: TextShadow?
Link copied to clipboard
Link copied to clipboard
abstract val title: String?
Link copied to clipboard
abstract val to: String?

The to attribute.

Link copied to clipboard
abstract val top: CssSize?
Link copied to clipboard
abstract val transform: String?

The transform attribute.

Link copied to clipboard
abstract val transition: Transition?
Link copied to clipboard
Link copied to clipboard
abstract val unicodeBidi: UnicodeBidi?
Link copied to clipboard
Link copied to clipboard
abstract val viewBox: String?

The viewBox attribute.

Link copied to clipboard
abstract val whiteSpace: WhiteSpace?
Link copied to clipboard
abstract val width: CssSize?
Link copied to clipboard
abstract val wordBreak: WordBreak?
Link copied to clipboard
abstract val wordSpacing: CssSize?
Link copied to clipboard
abstract val x: CssSize?

The x attribute.

Link copied to clipboard
abstract val x1: CssSize?

The x1 attribute.

Link copied to clipboard
abstract val x2: CssSize?

The x2 attribute.

Link copied to clipboard
abstract val y: CssSize?

The y attribute.

Link copied to clipboard
abstract val y1: CssSize?

The y1 attribute.

Link copied to clipboard
abstract val y2: CssSize?

The y2 attribute.

Link copied to clipboard
abstract val zIndex: Int?

Functions

Link copied to clipboard
@Composable
fun ISvgTag.a(href: String, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "a" tag.

Link copied to clipboard
abstract fun accesskey(accesskey: Char?)
Link copied to clipboard
abstract fun alignContent(alignContent: AlignContent?)
Link copied to clipboard
abstract fun alignItems(alignItems: AlignItems?)
Link copied to clipboard
abstract fun alignSelf(alignSelf: AlignItems?)
Link copied to clipboard
@Composable
fun ISvgTag.animate(id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "animate" tag.

Link copied to clipboard
@Composable
fun ISvgTag.animateMotion(id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "animateMotion" tag.

Link copied to clipboard
@Composable
fun ISvgTag.animateTransform(id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "animateTransform" tag.

Link copied to clipboard
abstract fun ariaDescribedby(ariaDescribedby: String?)
Link copied to clipboard
abstract fun ariaLabel(ariaLabel: String?)
Link copied to clipboard
abstract fun ariaLabelledby(ariaLabelledby: String?)
Link copied to clipboard
abstract fun attribute(name: String, value: String?)
Link copied to clipboard
@Composable
abstract fun attributeName(attributeName: String?)

Sets the attribute name.

Link copied to clipboard
abstract fun autofocus(autofocus: Boolean?)
Link copied to clipboard
abstract fun background(background: Background?)
Link copied to clipboard
abstract fun blur()
Link copied to clipboard
abstract fun border(border: Border?)
Link copied to clipboard
abstract fun borderBottom(borderBottom: Border?)
Link copied to clipboard
abstract fun borderLeft(borderLeft: Border?)
Link copied to clipboard
abstract fun borderRadius(borderRadius: CssSize?)
Link copied to clipboard
abstract fun borderRadiusList(borderRadiusList: List<CssSize>?)
Link copied to clipboard
abstract fun borderRight(borderRight: Border?)
Link copied to clipboard
abstract fun borderTop(borderTop: Border?)
Link copied to clipboard
abstract fun bottom(bottom: CssSize?)
Link copied to clipboard
abstract fun boxShadow(boxShadow: BoxShadow?)
Link copied to clipboard
abstract fun boxShadowList(boxShadowList: List<BoxShadow>?)
Link copied to clipboard
@Composable
fun ISvgTag.circle(cx: CssSize, cy: CssSize, r: CssSize, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "circle" tag.

@Composable
fun ISvgTag.circle(cx: Number, cy: Number, r: Number, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "circle" tag with plain numer attributes.

Link copied to clipboard
abstract fun className(className: String?)
Link copied to clipboard
abstract fun clear(clear: Clear?)
Link copied to clipboard
abstract fun clearDragDropData()
Link copied to clipboard
abstract fun clearDropTarget()
Link copied to clipboard
@Composable
fun ISvgTag.clipPath(id: String, className: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "clipPath" tag.

Link copied to clipboard
abstract fun color(color: Color?)
Link copied to clipboard
abstract fun columnGap(columnGap: CssSize?)
Link copied to clipboard
abstract fun cursor(cursor: Cursor?)
Link copied to clipboard
@Composable
abstract fun cx(cx: CssSize?)

Sets the cx attribute.

Link copied to clipboard
@Composable
abstract fun cy(cy: CssSize?)

Sets the cy attribute.

Link copied to clipboard
@Composable
abstract fun d(d: String?)

Sets the d attribute.

Link copied to clipboard
@Composable
fun ISvgTag.defs(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "defs" tag.

Link copied to clipboard
@Composable
fun ISvgTag.desc(text: String, className: String? = null, id: String? = null, setup: @Composable ISvgTag.() -> Unit = {})

SVG "desc" tag.

Link copied to clipboard
abstract fun direction(direction: Direction?)
Link copied to clipboard
abstract fun display(display: Display?)
Link copied to clipboard
abstract fun draggable(draggable: Boolean?)
Link copied to clipboard
@Composable
fun ISvgTag.ellipse(cx: CssSize, cy: CssSize, rx: CssSize, ry: CssSize, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "ellipse" tag.

@Composable
fun ISvgTag.ellipse(cx: Number, cy: Number, rx: Number, ry: Number, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "ellipse" tag with plain number attributes.

Link copied to clipboard
@Composable
abstract fun fill(fill: String?)

Sets the fill attribute.

Link copied to clipboard
@Composable
abstract fun fillOpacity(fillOpacity: Number?)

Sets the fill opacity attribute.

Link copied to clipboard
@Composable
abstract fun fillRule(fillRule: String?)

Sets the fill rule attribute.

Link copied to clipboard
@Composable
fun ISvgTag.filter(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "filter" tag.

Link copied to clipboard
abstract fun flexBasis(flexBasis: CssSize?)
Link copied to clipboard
abstract fun flexDirection(flexDirection: FlexDirection?)
Link copied to clipboard
abstract fun flexGrow(flexGrow: Int?)
Link copied to clipboard
abstract fun flexShrink(flexShrink: Int?)
Link copied to clipboard
abstract fun flexWrap(flexWrap: FlexWrap?)
Link copied to clipboard
abstract fun float(float: CssFloat?)
Link copied to clipboard
abstract fun focus()
Link copied to clipboard
abstract fun fontFamily(fontFamily: String?)
Link copied to clipboard
abstract fun fontSize(fontSize: CssSize?)
Link copied to clipboard
abstract fun fontStyle(fontStyle: FontStyle?)
Link copied to clipboard
abstract fun fontVariant(fontVariant: FontVariant?)
Link copied to clipboard
abstract fun fontWeight(fontWeight: FontWeight?)
Link copied to clipboard
@Composable
fun ISvgTag.g(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "g" tag.

Link copied to clipboard
abstract fun getAttribute(name: String): String?
Link copied to clipboard
abstract fun getStyle(name: String): String?
Link copied to clipboard
abstract fun gridArea(gridArea: String?)
Link copied to clipboard
abstract fun gridAutoColumns(gridAutoColumns: String?)
Link copied to clipboard
abstract fun gridAutoFlow(gridAutoFlow: GridAutoFlow?)
Link copied to clipboard
abstract fun gridAutoRows(gridAutoRows: String?)
Link copied to clipboard
abstract fun gridColumnEnd(gridColumnEnd: String?)
Link copied to clipboard
abstract fun gridColumnStart(gridColumnStart: Int?)
Link copied to clipboard
abstract fun gridRowEnd(gridRowEnd: String?)
Link copied to clipboard
abstract fun gridRowStart(gridRowStart: Int?)
Link copied to clipboard
abstract fun gridTemplateAreas(gridTemplateAreas: List<String>?)
Link copied to clipboard
abstract fun gridTemplateColumns(gridTemplateColumns: String?)
Link copied to clipboard
abstract fun gridTemplateRows(gridTemplateRows: String?)
Link copied to clipboard
abstract fun height(height: CssSize?)
Link copied to clipboard
@Composable
abstract fun href(href: String?)

Sets the href attribute.

Link copied to clipboard
abstract fun id(id: String?)
Link copied to clipboard
@Composable
fun ISvgTag.image(href: String, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "image" tag.

Link copied to clipboard
abstract fun justifyContent(justifyContent: JustifyContent?)
Link copied to clipboard
abstract fun justifyItems(justifyItems: JustifyItems?)
Link copied to clipboard
abstract fun justifySelf(justifySelf: JustifyItems?)
Link copied to clipboard
abstract fun left(left: CssSize?)
Link copied to clipboard
abstract fun letterSpacing(letterSpacing: CssSize?)
Link copied to clipboard
@Composable
fun ISvgTag.line(x1: CssSize, y1: CssSize, x2: CssSize, y2: CssSize, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "line" tag.

@Composable
fun ISvgTag.line(x1: Number, y1: Number, x2: Number, y2: Number, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "line" tag with plain number attributes.

Link copied to clipboard
@Composable
fun ISvgTag.linearGradient(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "linearGradient" tag.

Link copied to clipboard
abstract fun lineBreak(lineBreak: LineBreak?)
Link copied to clipboard
abstract fun lineHeight(lineHeight: CssSize?)
Link copied to clipboard
abstract fun listStyle(listStyle: ListStyle?)
Link copied to clipboard
abstract fun margin(margin: CssSize?)
Link copied to clipboard
abstract fun marginBottom(marginBottom: CssSize?)
Link copied to clipboard
abstract fun marginLeft(marginLeft: CssSize?)
Link copied to clipboard
abstract fun marginRight(marginRight: CssSize?)
Link copied to clipboard
abstract fun marginTop(marginTop: CssSize?)
Link copied to clipboard
@Composable
fun ISvgTag.marker(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "marker" tag.

Link copied to clipboard
@Composable
fun ISvgTag.mask(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "mask" tag.

Link copied to clipboard
abstract fun maxHeight(maxHeight: CssSize?)
Link copied to clipboard
abstract fun maxWidth(maxWidth: CssSize?)
Link copied to clipboard
abstract fun minHeight(minHeight: CssSize?)
Link copied to clipboard
abstract fun minWidth(minWidth: CssSize?)
Link copied to clipboard
@Composable
fun ISvgTag.mpath(id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "mpath" tag.

Link copied to clipboard
abstract fun onBlur(listener: (FocusEvent) -> Unit): Int
Link copied to clipboard
abstract fun onBlurDirect(listener: (FocusEvent) -> Unit): Int
Link copied to clipboard
abstract fun onChange(listener: (Event) -> Unit): Int
Link copied to clipboard
abstract fun onChangeDirect(listener: (Event) -> Unit): Int
Link copied to clipboard
abstract fun onClick(listener: (MouseEvent) -> Unit): Int
Link copied to clipboard
abstract fun onClickDirect(listener: (MouseEvent) -> Unit): Int
Link copied to clipboard
abstract fun onContextmenu(listener: (MouseEvent) -> Unit): Int
Link copied to clipboard
abstract fun onContextmenuDirect(listener: (MouseEvent) -> Unit): Int
Link copied to clipboard
abstract fun onDblclick(listener: (MouseEvent) -> Unit): Int
Link copied to clipboard
abstract fun onDblclickDirect(listener: (MouseEvent) -> Unit): Int
Link copied to clipboard
abstract fun <EV : Event> onEvent(name: String, listener: (EV) -> Unit): Int
Link copied to clipboard
abstract fun <EV : Event> onEventDirect(name: String, listener: (EV) -> Unit): Int
Link copied to clipboard
abstract fun onFocus(listener: (FocusEvent) -> Unit): Int
Link copied to clipboard
abstract fun onFocusDirect(listener: (FocusEvent) -> Unit): Int
Link copied to clipboard
abstract fun onInput(listener: (InputEvent) -> Unit): Int
Link copied to clipboard
abstract fun onInputDirect(listener: (InputEvent) -> Unit): Int
Link copied to clipboard
abstract fun onKeydown(listener: (KeyboardEvent) -> Unit): Int
Link copied to clipboard
abstract fun onKeydownDirect(listener: (KeyboardEvent) -> Unit): Int
Link copied to clipboard
abstract fun onKeypress(listener: (KeyboardEvent) -> Unit): Int
Link copied to clipboard
abstract fun onKeypressDirect(listener: (KeyboardEvent) -> Unit): Int
Link copied to clipboard
abstract fun onKeyup(listener: (KeyboardEvent) -> Unit): Int
Link copied to clipboard
abstract fun onKeyupDirect(listener: (KeyboardEvent) -> Unit): Int
Link copied to clipboard
abstract fun opacity(opacity: Double?)
Link copied to clipboard
abstract fun order(order: Int?)
Link copied to clipboard
abstract fun outline(outline: Outline?)
Link copied to clipboard
abstract fun overflow(overflow: Overflow?)
Link copied to clipboard
abstract fun overflowWrap(overflowWrap: OverflowWrap?)
Link copied to clipboard
abstract fun overflowX(overflowX: Overflow?)
Link copied to clipboard
abstract fun overflowY(overflowY: Overflow?)
Link copied to clipboard
abstract fun padding(padding: CssSize?)
Link copied to clipboard
abstract fun paddingBottom(paddingBottom: CssSize?)
Link copied to clipboard
abstract fun paddingLeft(paddingLeft: CssSize?)
Link copied to clipboard
abstract fun paddingRight(paddingRight: CssSize?)
Link copied to clipboard
abstract fun paddingTop(paddingTop: CssSize?)
Link copied to clipboard
@Composable
fun ISvgTag.path(d: String, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "path" tag.

Link copied to clipboard
@Composable
fun ISvgTag.pattern(id: String, className: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "pattern" tag.

Link copied to clipboard
@Composable
abstract fun points(points: String?)

Sets the points attribute.

Link copied to clipboard
@Composable
fun ISvgTag.polygon(vararg points: Number, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "polygon" tag.

Link copied to clipboard
@Composable
fun ISvgTag.polyline(vararg points: Number, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "polyline" tag.

Link copied to clipboard
abstract fun position(position: Position?)
Link copied to clipboard
@Composable
abstract fun r(r: CssSize?)

Sets the r attribute.

Link copied to clipboard
@Composable
fun ISvgTag.radialGradient(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "radialGradient" tag.

Link copied to clipboard
@Composable
fun ISvgTag.rect(x: CssSize, y: CssSize, width: CssSize, height: CssSize, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "rect" tag.

@Composable
fun ISvgTag.rect(x: Number, y: Number, width: Number, height: Number, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "rect" tag with plain number attributes.

Link copied to clipboard
abstract fun removeEventListener(name: String, id: Int?)
Link copied to clipboard
abstract fun resize(resize: Resize?)
Link copied to clipboard
abstract fun right(right: CssSize?)
Link copied to clipboard
abstract fun role(role: String?)
Link copied to clipboard
abstract fun rowGap(rowGap: CssSize?)
Link copied to clipboard
@Composable
abstract fun rx(rx: CssSize?)

Sets the rx attribute.

Link copied to clipboard
@Composable
abstract fun ry(ry: CssSize?)

Sets the ry attribute.

Link copied to clipboard
@Composable
fun ISvgTag.set(attributeName: String, to: String, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "set" tag.

Link copied to clipboard
abstract fun setDragDropData(format: String, data: String)
Link copied to clipboard
abstract fun setDropTarget(callback: (DragEvent) -> Unit)
abstract fun setDropTarget(format: String, callback: (DragEvent) -> Unit)
abstract fun setDropTarget(formats: Set<String>?, callback: (DragEvent) -> Unit)
Link copied to clipboard
abstract fun setDropTargetData(format: String, callback: (String?) -> Unit)
Link copied to clipboard
@Composable
fun ISvgTag.stop(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "stop" tag.

Link copied to clipboard
abstract fun style(name: String, value: String?)
Link copied to clipboard
@Composable
fun IComponent.svg(viewBox: String? = null, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG tag.

Link copied to clipboard
@Composable
fun ISvgTag.svgElement(name: String, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG custom element tag.

Link copied to clipboard
@Composable
fun ISvgTag.svgTitle(text: String, className: String? = null, id: String? = null, setup: @Composable ISvgTag.() -> Unit = {})

SVG "title" tag.

Link copied to clipboard
@Composable
fun ISvgTag.switch(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "switch" tag.

Link copied to clipboard
@Composable
fun ISvgTag.symbol(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "symbol" tag.

Link copied to clipboard
abstract fun tabindex(tabindex: Int?)
Link copied to clipboard
@Composable
fun ISvgTag.text(text: String, x: Number = 0, y: Number = 0, className: String? = null, id: String? = null, setup: @Composable ISvgTag.() -> Unit = {})

SVG "text" tag.

Link copied to clipboard
abstract fun textAlign(textAlign: TextAlign?)
Link copied to clipboard
abstract fun textDecoration(textDecoration: TextDecoration?)
Link copied to clipboard
abstract fun textIndent(textIndent: CssSize?)
Link copied to clipboard
abstract fun textOverflow(textOverflow: TextOverflow?)
Link copied to clipboard
@Composable
fun ISvgTag.textPath(href: String, text: String, className: String? = null, id: String? = null, setup: @Composable ISvgTag.() -> Unit = {})

SVG "textPath" tag.

Link copied to clipboard
abstract fun textShadow(textShadow: TextShadow?)
Link copied to clipboard
abstract fun textTransform(textTransform: TextTransform?)
Link copied to clipboard
abstract fun title(title: String?)
Link copied to clipboard
@Composable
abstract fun to(to: String?)

Sets the to attribute.

Link copied to clipboard
abstract fun top(top: CssSize?)
Link copied to clipboard
@Composable
abstract fun transform(transform: String?)

Sets the transform attribute.

Link copied to clipboard
abstract fun transition(transition: Transition?)
Link copied to clipboard
abstract fun transitionList(transitionList: List<Transition>?)
Link copied to clipboard
@Composable
fun ISvgTag.tspan(className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "tspan" tag.

Link copied to clipboard
open operator fun String.unaryPlus()
Link copied to clipboard
abstract fun unicodeBidi(unicodeBidi: UnicodeBidi?)
Link copied to clipboard
@Composable
fun ISvgTag.use(href: String, className: String? = null, id: String? = null, content: @Composable ISvgTag.() -> Unit = {})

SVG "use" tag.

Link copied to clipboard
abstract fun verticalAlign(verticalAlign: VerticalAlign?)
Link copied to clipboard
@Composable
fun ISvgTag.view(id: String, viewBox: String, setup: @Composable ISvgTag.() -> Unit = {})

SVG "view" tag.

Link copied to clipboard
@Composable
abstract fun viewBox(viewBox: String?)

Sets the viewBox attribute.

Link copied to clipboard
abstract fun visible(visible: Boolean)
Link copied to clipboard
abstract fun whiteSpace(whiteSpace: WhiteSpace?)
Link copied to clipboard
abstract fun width(width: CssSize?)
Link copied to clipboard
abstract fun wordBreak(wordBreak: WordBreak?)
Link copied to clipboard
abstract fun wordSpacing(wordSpacing: CssSize?)
Link copied to clipboard
@Composable
abstract fun x(x: CssSize?)

Sets the x attribute.

Link copied to clipboard
@Composable
abstract fun x1(x1: CssSize?)

Sets the x1 attribute.

Link copied to clipboard
@Composable
abstract fun x2(x2: CssSize?)

Sets the x2 attribute.

Link copied to clipboard
@Composable
abstract fun y(y: CssSize?)

Sets the y attribute.

Link copied to clipboard
@Composable
abstract fun y1(y1: CssSize?)

Sets the y1 attribute.

Link copied to clipboard
@Composable
abstract fun y2(y2: CssSize?)

Sets the y2 attribute.

Link copied to clipboard
abstract fun zIndex(zIndex: Int?)