SvgTagBuilder

trait SvgTagBuilder[T[_ <: DomSvgElement], -DomSvgElement]

SvgTagBuilder is a builder of SVG Tags, which themselves are builders of SVG Elements. #factoryfactory

SvgTagBuilder is a builder of SVG Tags, which themselves are builders of SVG Elements. #factoryfactory

class Object
trait Matchable
class Any

Value members

Abstract methods

@inline
protected def svgTag[Ref <: DomSvgElement](tagName: String, void: Boolean): T[Ref]

Concrete methods

@inline
protected def svgTag[Ref <: DomSvgElement](tagName: String): T[Ref]