SVGTags

trait SVGTags
class Object
trait Matchable
class Any
object SVG.type

Value members

Concrete methods

def animate[M](attributes: Attr[M]*): Html[M]
@targetName("animate-list")
def animate[M](attributes: List[Attr[M]]): Html[M]
@targetName("animate-no_attrs-list")
def animate[M]: Html[M]
def animateColor[M](attributes: Attr[M]*): Html[M]
@targetName("animateColor-list")
def animateColor[M](attributes: List[Attr[M]]): Html[M]
@targetName("animateColor-no_attrs-list")
def animateColor[M]: Html[M]
def animateMotion[M](attributes: Attr[M]*): Html[M]
@targetName("animateMotion-list")
def animateMotion[M](attributes: List[Attr[M]]): Html[M]
@targetName("animateMotion-no_attrs-list")
def animateMotion[M]: Html[M]
def animateTransform[M](attributes: Attr[M]*): Html[M]
@targetName("animateTransform-list")
def animateTransform[M](attributes: List[Attr[M]]): Html[M]
@targetName("animateTransform-no_attrs-list")
def circle[M](attributes: Attr[M]*): Html[M]
@targetName("circle-list")
def circle[M](attributes: List[Attr[M]]): Html[M]
@targetName("circle-no_attrs-list")
def circle[M]: Html[M]
def clipPath[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("clipPath-list-repeated")
def clipPath[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("clipPath-no_attrs-repeated")
def clipPath[M](children: Elem[M]*): Html[M]
@targetName("clipPath-repeated-list")
def clipPath[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("clipPath-list-list")
def clipPath[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("clipPath-no_attrs-list")
def clipPath[M](children: List[Elem[M]]): Html[M]
@targetName("clipPath-repeated-list-plaintext")
def clipPath[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("clipPath-list-list-plaintext")
def clipPath[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("clipPath-no_attrs-list-plaintext")
def clipPath[M](plainText: String): Html[M]
def defs[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("defs-list-repeated")
def defs[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("defs-no_attrs-repeated")
def defs[M](children: Elem[M]*): Html[M]
@targetName("defs-repeated-list")
def defs[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("defs-list-list")
def defs[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("defs-no_attrs-list")
def defs[M](children: List[Elem[M]]): Html[M]
@targetName("defs-repeated-list-plaintext")
def defs[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("defs-list-list-plaintext")
def defs[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("defs-no_attrs-list-plaintext")
def defs[M](plainText: String): Html[M]
def desc[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("desc-list-repeated")
def desc[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("desc-no_attrs-repeated")
def desc[M](children: Elem[M]*): Html[M]
@targetName("desc-repeated-list")
def desc[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("desc-list-list")
def desc[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("desc-no_attrs-list")
def desc[M](children: List[Elem[M]]): Html[M]
@targetName("desc-repeated-list-plaintext")
def desc[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("desc-list-list-plaintext")
def desc[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("desc-no_attrs-list-plaintext")
def desc[M](plainText: String): Html[M]
def ellipse[M](attributes: Attr[M]*): Html[M]
@targetName("ellipse-list")
def ellipse[M](attributes: List[Attr[M]]): Html[M]
@targetName("ellipse-no_attrs-list")
def ellipse[M]: Html[M]
def feBlend[M](attributes: Attr[M]*): Html[M]
@targetName("feBlend-list")
def feBlend[M](attributes: List[Attr[M]]): Html[M]
@targetName("feBlend-no_attrs-list")
def feBlend[M]: Html[M]
def feColorMatrix[M](attributes: Attr[M]*): Html[M]
@targetName("feColorMatrix-list")
def feColorMatrix[M](attributes: List[Attr[M]]): Html[M]
@targetName("feColorMatrix-no_attrs-list")
def feColorMatrix[M]: Html[M]
def feComponentTransfer[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("feComponentTransfer-list-repeated")
def feComponentTransfer[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("feComponentTransfer-no_attrs-repeated")
def feComponentTransfer[M](children: Elem[M]*): Html[M]
@targetName("feComponentTransfer-repeated-list")
def feComponentTransfer[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("feComponentTransfer-list-list")
def feComponentTransfer[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("feComponentTransfer-no_attrs-list")
def feComponentTransfer[M](children: List[Elem[M]]): Html[M]
@targetName("feComponentTransfer-repeated-list-plaintext")
def feComponentTransfer[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("feComponentTransfer-list-list-plaintext")
def feComponentTransfer[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("feComponentTransfer-no_attrs-list-plaintext")
def feComponentTransfer[M](plainText: String): Html[M]
def feComposite[M](attributes: Attr[M]*): Html[M]
@targetName("feComposite-list")
def feComposite[M](attributes: List[Attr[M]]): Html[M]
@targetName("feComposite-no_attrs-list")
def feComposite[M]: Html[M]
def feConvolveMatrix[M](attributes: Attr[M]*): Html[M]
@targetName("feConvolveMatrix-list")
def feConvolveMatrix[M](attributes: List[Attr[M]]): Html[M]
@targetName("feConvolveMatrix-no_attrs-list")
def feDiffuseLighting[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("feDiffuseLighting-list-repeated")
def feDiffuseLighting[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("feDiffuseLighting-no_attrs-repeated")
def feDiffuseLighting[M](children: Elem[M]*): Html[M]
@targetName("feDiffuseLighting-repeated-list")
def feDiffuseLighting[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("feDiffuseLighting-list-list")
def feDiffuseLighting[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("feDiffuseLighting-no_attrs-list")
def feDiffuseLighting[M](children: List[Elem[M]]): Html[M]
@targetName("feDiffuseLighting-repeated-list-plaintext")
def feDiffuseLighting[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("feDiffuseLighting-list-list-plaintext")
def feDiffuseLighting[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("feDiffuseLighting-no_attrs-list-plaintext")
def feDiffuseLighting[M](plainText: String): Html[M]
def feDisplacementMap[M](attributes: Attr[M]*): Html[M]
@targetName("feDisplacementMap-list")
def feDisplacementMap[M](attributes: List[Attr[M]]): Html[M]
@targetName("feDisplacementMap-no_attrs-list")
def feDistantLight[M](attributes: Attr[M]*): Html[M]
@targetName("feDistantLight-list")
def feDistantLight[M](attributes: List[Attr[M]]): Html[M]
@targetName("feDistantLight-no_attrs-list")
def feDistantLight[M]: Html[M]
def feFlood[M](attributes: Attr[M]*): Html[M]
@targetName("feFlood-list")
def feFlood[M](attributes: List[Attr[M]]): Html[M]
@targetName("feFlood-no_attrs-list")
def feFlood[M]: Html[M]
def feFuncA[M](attributes: Attr[M]*): Html[M]
@targetName("feFuncA-list")
def feFuncA[M](attributes: List[Attr[M]]): Html[M]
@targetName("feFuncA-no_attrs-list")
def feFuncA[M]: Html[M]
def feFuncB[M](attributes: Attr[M]*): Html[M]
@targetName("feFuncB-list")
def feFuncB[M](attributes: List[Attr[M]]): Html[M]
@targetName("feFuncB-no_attrs-list")
def feFuncB[M]: Html[M]
def feFuncG[M](attributes: Attr[M]*): Html[M]
@targetName("feFuncG-list")
def feFuncG[M](attributes: List[Attr[M]]): Html[M]
@targetName("feFuncG-no_attrs-list")
def feFuncG[M]: Html[M]
def feFuncR[M](attributes: Attr[M]*): Html[M]
@targetName("feFuncR-list")
def feFuncR[M](attributes: List[Attr[M]]): Html[M]
@targetName("feFuncR-no_attrs-list")
def feFuncR[M]: Html[M]
def feGaussianBlur[M](attributes: Attr[M]*): Html[M]
@targetName("feGaussianBlur-list")
def feGaussianBlur[M](attributes: List[Attr[M]]): Html[M]
@targetName("feGaussianBlur-no_attrs-list")
def feGaussianBlur[M]: Html[M]
def feImage[M](attributes: Attr[M]*): Html[M]
@targetName("feImage-list")
def feImage[M](attributes: List[Attr[M]]): Html[M]
@targetName("feImage-no_attrs-list")
def feImage[M]: Html[M]
def feMerge[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("feMerge-list-repeated")
def feMerge[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("feMerge-no_attrs-repeated")
def feMerge[M](children: Elem[M]*): Html[M]
@targetName("feMerge-repeated-list")
def feMerge[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("feMerge-list-list")
def feMerge[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("feMerge-no_attrs-list")
def feMerge[M](children: List[Elem[M]]): Html[M]
@targetName("feMerge-repeated-list-plaintext")
def feMerge[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("feMerge-list-list-plaintext")
def feMerge[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("feMerge-no_attrs-list-plaintext")
def feMerge[M](plainText: String): Html[M]
def feMergeNode[M](attributes: Attr[M]*): Html[M]
@targetName("feMergeNode-list")
def feMergeNode[M](attributes: List[Attr[M]]): Html[M]
@targetName("feMergeNode-no_attrs-list")
def feMergeNode[M]: Html[M]
def feMorphology[M](attributes: Attr[M]*): Html[M]
@targetName("feMorphology-list")
def feMorphology[M](attributes: List[Attr[M]]): Html[M]
@targetName("feMorphology-no_attrs-list")
def feMorphology[M]: Html[M]
def feOffset[M](attributes: Attr[M]*): Html[M]
@targetName("feOffset-list")
def feOffset[M](attributes: List[Attr[M]]): Html[M]
@targetName("feOffset-no_attrs-list")
def feOffset[M]: Html[M]
def fePointLight[M](attributes: Attr[M]*): Html[M]
@targetName("fePointLight-list")
def fePointLight[M](attributes: List[Attr[M]]): Html[M]
@targetName("fePointLight-no_attrs-list")
def fePointLight[M]: Html[M]
def feSpecularLighting[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("feSpecularLighting-list-repeated")
def feSpecularLighting[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("feSpecularLighting-no_attrs-repeated")
def feSpecularLighting[M](children: Elem[M]*): Html[M]
@targetName("feSpecularLighting-repeated-list")
def feSpecularLighting[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("feSpecularLighting-list-list")
def feSpecularLighting[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("feSpecularLighting-no_attrs-list")
def feSpecularLighting[M](children: List[Elem[M]]): Html[M]
@targetName("feSpecularLighting-repeated-list-plaintext")
def feSpecularLighting[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("feSpecularLighting-list-list-plaintext")
def feSpecularLighting[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("feSpecularLighting-no_attrs-list-plaintext")
def feSpecularLighting[M](plainText: String): Html[M]
def feSpotLight[M](attributes: Attr[M]*): Html[M]
@targetName("feSpotLight-list")
def feSpotLight[M](attributes: List[Attr[M]]): Html[M]
@targetName("feSpotLight-no_attrs-list")
def feSpotLight[M]: Html[M]
def feTile[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("feTile-list-repeated")
def feTile[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("feTile-no_attrs-repeated")
def feTile[M](children: Elem[M]*): Html[M]
@targetName("feTile-repeated-list")
def feTile[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("feTile-list-list")
def feTile[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("feTile-no_attrs-list")
def feTile[M](children: List[Elem[M]]): Html[M]
@targetName("feTile-repeated-list-plaintext")
def feTile[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("feTile-list-list-plaintext")
def feTile[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("feTile-no_attrs-list-plaintext")
def feTile[M](plainText: String): Html[M]
def feTurbulence[M](attributes: Attr[M]*): Html[M]
@targetName("feTurbulence-list")
def feTurbulence[M](attributes: List[Attr[M]]): Html[M]
@targetName("feTurbulence-no_attrs-list")
def feTurbulence[M]: Html[M]
def filter[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("filter-list-repeated")
def filter[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("filter-no_attrs-repeated")
def filter[M](children: Elem[M]*): Html[M]
@targetName("filter-repeated-list")
def filter[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("filter-list-list")
def filter[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("filter-no_attrs-list")
def filter[M](children: List[Elem[M]]): Html[M]
@targetName("filter-repeated-list-plaintext")
def filter[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("filter-list-list-plaintext")
def filter[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("filter-no_attrs-list-plaintext")
def filter[M](plainText: String): Html[M]
def foreignObject[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("foreignObject-list-repeated")
def foreignObject[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("foreignObject-no_attrs-repeated")
def foreignObject[M](children: Elem[M]*): Html[M]
@targetName("foreignObject-repeated-list")
def foreignObject[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("foreignObject-list-list")
def foreignObject[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("foreignObject-no_attrs-list")
def foreignObject[M](children: List[Elem[M]]): Html[M]
@targetName("foreignObject-repeated-list-plaintext")
def foreignObject[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("foreignObject-list-list-plaintext")
def foreignObject[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("foreignObject-no_attrs-list-plaintext")
def foreignObject[M](plainText: String): Html[M]
def g[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("g-list-repeated")
def g[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("g-no_attrs-repeated")
def g[M](children: Elem[M]*): Html[M]
@targetName("g-repeated-list")
def g[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("g-list-list")
def g[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("g-no_attrs-list")
def g[M](children: List[Elem[M]]): Html[M]
@targetName("g-repeated-list-plaintext")
def g[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("g-list-list-plaintext")
def g[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("g-no_attrs-list-plaintext")
def g[M](plainText: String): Html[M]
def image[M](attributes: Attr[M]*): Html[M]
@targetName("image-list")
def image[M](attributes: List[Attr[M]]): Html[M]
@targetName("image-no_attrs-list")
def image[M]: Html[M]
def line[M](attributes: Attr[M]*): Html[M]
@targetName("line-list")
def line[M](attributes: List[Attr[M]]): Html[M]
@targetName("line-no_attrs-list")
def line[M]: Html[M]
def linearGradient[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("linearGradient-list-repeated")
def linearGradient[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("linearGradient-no_attrs-repeated")
def linearGradient[M](children: Elem[M]*): Html[M]
@targetName("linearGradient-repeated-list")
def linearGradient[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("linearGradient-list-list")
def linearGradient[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("linearGradient-no_attrs-list")
def linearGradient[M](children: List[Elem[M]]): Html[M]
@targetName("linearGradient-repeated-list-plaintext")
def linearGradient[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("linearGradient-list-list-plaintext")
def linearGradient[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("linearGradient-no_attrs-list-plaintext")
def linearGradient[M](plainText: String): Html[M]
def marker[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("marker-list-repeated")
def marker[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("marker-no_attrs-repeated")
def marker[M](children: Elem[M]*): Html[M]
@targetName("marker-repeated-list")
def marker[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("marker-list-list")
def marker[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("marker-no_attrs-list")
def marker[M](children: List[Elem[M]]): Html[M]
@targetName("marker-repeated-list-plaintext")
def marker[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("marker-list-list-plaintext")
def marker[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("marker-no_attrs-list-plaintext")
def marker[M](plainText: String): Html[M]
def mask[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("mask-list-repeated")
def mask[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("mask-no_attrs-repeated")
def mask[M](children: Elem[M]*): Html[M]
@targetName("mask-repeated-list")
def mask[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("mask-list-list")
def mask[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("mask-no_attrs-list")
def mask[M](children: List[Elem[M]]): Html[M]
@targetName("mask-repeated-list-plaintext")
def mask[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("mask-list-list-plaintext")
def mask[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("mask-no_attrs-list-plaintext")
def mask[M](plainText: String): Html[M]
def metadata[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("metadata-list-repeated")
def metadata[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("metadata-no_attrs-repeated")
def metadata[M](children: Elem[M]*): Html[M]
@targetName("metadata-repeated-list")
def metadata[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("metadata-list-list")
def metadata[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("metadata-no_attrs-list")
def metadata[M](children: List[Elem[M]]): Html[M]
@targetName("metadata-repeated-list-plaintext")
def metadata[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("metadata-list-list-plaintext")
def metadata[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("metadata-no_attrs-list-plaintext")
def metadata[M](plainText: String): Html[M]
def mpath[M](attributes: Attr[M]*): Html[M]
@targetName("mpath-list")
def mpath[M](attributes: List[Attr[M]]): Html[M]
@targetName("mpath-no_attrs-list")
def mpath[M]: Html[M]
def path[M](attributes: Attr[M]*): Html[M]
@targetName("path-list")
def path[M](attributes: List[Attr[M]]): Html[M]
@targetName("path-no_attrs-list")
def path[M]: Html[M]
def pattern[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("pattern-list-repeated")
def pattern[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("pattern-no_attrs-repeated")
def pattern[M](children: Elem[M]*): Html[M]
@targetName("pattern-repeated-list")
def pattern[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("pattern-list-list")
def pattern[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("pattern-no_attrs-list")
def pattern[M](children: List[Elem[M]]): Html[M]
@targetName("pattern-repeated-list-plaintext")
def pattern[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("pattern-list-list-plaintext")
def pattern[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("pattern-no_attrs-list-plaintext")
def pattern[M](plainText: String): Html[M]
def polygon[M](attributes: Attr[M]*): Html[M]
@targetName("polygon-list")
def polygon[M](attributes: List[Attr[M]]): Html[M]
@targetName("polygon-no_attrs-list")
def polygon[M]: Html[M]
def polyline[M](attributes: Attr[M]*): Html[M]
@targetName("polyline-list")
def polyline[M](attributes: List[Attr[M]]): Html[M]
@targetName("polyline-no_attrs-list")
def polyline[M]: Html[M]
def radialGradient[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("radialGradient-list-repeated")
def radialGradient[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("radialGradient-no_attrs-repeated")
def radialGradient[M](children: Elem[M]*): Html[M]
@targetName("radialGradient-repeated-list")
def radialGradient[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("radialGradient-list-list")
def radialGradient[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("radialGradient-no_attrs-list")
def radialGradient[M](children: List[Elem[M]]): Html[M]
@targetName("radialGradient-repeated-list-plaintext")
def radialGradient[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("radialGradient-list-list-plaintext")
def radialGradient[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("radialGradient-no_attrs-list-plaintext")
def radialGradient[M](plainText: String): Html[M]
def rect[M](attributes: Attr[M]*): Html[M]
@targetName("rect-list")
def rect[M](attributes: List[Attr[M]]): Html[M]
@targetName("rect-no_attrs-list")
def rect[M]: Html[M]
def set[M](attributes: Attr[M]*): Html[M]
@targetName("set-list")
def set[M](attributes: List[Attr[M]]): Html[M]
@targetName("set-no_attrs-list")
def set[M]: Html[M]
def stop[M](attributes: Attr[M]*): Html[M]
@targetName("stop-list")
def stop[M](attributes: List[Attr[M]]): Html[M]
@targetName("stop-no_attrs-list")
def stop[M]: Html[M]
def switch[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("switch-list-repeated")
def switch[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("switch-no_attrs-repeated")
def switch[M](children: Elem[M]*): Html[M]
@targetName("switch-repeated-list")
def switch[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("switch-list-list")
def switch[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("switch-no_attrs-list")
def switch[M](children: List[Elem[M]]): Html[M]
@targetName("switch-repeated-list-plaintext")
def switch[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("switch-list-list-plaintext")
def switch[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("switch-no_attrs-list-plaintext")
def switch[M](plainText: String): Html[M]
def symbol[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("symbol-list-repeated")
def symbol[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("symbol-no_attrs-repeated")
def symbol[M](children: Elem[M]*): Html[M]
@targetName("symbol-repeated-list")
def symbol[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("symbol-list-list")
def symbol[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("symbol-no_attrs-list")
def symbol[M](children: List[Elem[M]]): Html[M]
@targetName("symbol-repeated-list-plaintext")
def symbol[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("symbol-list-list-plaintext")
def symbol[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("symbol-no_attrs-list-plaintext")
def symbol[M](plainText: String): Html[M]
def textPath[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("textPath-list-repeated")
def textPath[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("textPath-no_attrs-repeated")
def textPath[M](children: Elem[M]*): Html[M]
@targetName("textPath-repeated-list")
def textPath[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("textPath-list-list")
def textPath[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("textPath-no_attrs-list")
def textPath[M](children: List[Elem[M]]): Html[M]
@targetName("textPath-repeated-list-plaintext")
def textPath[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("textPath-list-list-plaintext")
def textPath[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("textPath-no_attrs-list-plaintext")
def textPath[M](plainText: String): Html[M]
def textTag[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("textTag-list-repeated")
def textTag[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("textTag-no_attrs-repeated")
def textTag[M](children: Elem[M]*): Html[M]
@targetName("textTag-repeated-list")
def textTag[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("textTag-list-list")
def textTag[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("textTag-no_attrs-list")
def textTag[M](children: List[Elem[M]]): Html[M]
@targetName("textTag-repeated-list-plaintext")
def textTag[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("textTag-list-list-plaintext")
def textTag[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("textTag-no_attrs-list-plaintext")
def textTag[M](plainText: String): Html[M]
def tspan[M](attributes: Attr[M]*)(children: Elem[M]*): Html[M]
@targetName("tspan-list-repeated")
def tspan[M](attributes: List[Attr[M]])(children: Elem[M]*): Html[M]
@targetName("tspan-no_attrs-repeated")
def tspan[M](children: Elem[M]*): Html[M]
@targetName("tspan-repeated-list")
def tspan[M](attributes: Attr[M]*)(children: List[Elem[M]]): Html[M]
@targetName("tspan-list-list")
def tspan[M](attributes: List[Attr[M]])(children: List[Elem[M]]): Html[M]
@targetName("tspan-no_attrs-list")
def tspan[M](children: List[Elem[M]]): Html[M]
@targetName("tspan-repeated-list-plaintext")
def tspan[M](attributes: Attr[M]*)(plainText: String): Html[M]
@targetName("tspan-list-list-plaintext")
def tspan[M](attributes: List[Attr[M]])(plainText: String): Html[M]
@targetName("tspan-no_attrs-list-plaintext")
def tspan[M](plainText: String): Html[M]
def use[M](attributes: Attr[M]*): Html[M]
@targetName("use-list")
def use[M](attributes: List[Attr[M]]): Html[M]
@targetName("use-no_attrs-list")
def use[M]: Html[M]
def view[M](attributes: Attr[M]*): Html[M]
@targetName("view-list")
def view[M](attributes: List[Attr[M]]): Html[M]
@targetName("view-no_attrs-list")
def view[M]: Html[M]