CanonicalSvgAttrBuilder

Canonical implementation of SvgAttrBuilder, using our own SvgAttr class.

Canonical implementation of SvgAttrBuilder, using our own SvgAttr class.

If you are using this implementation, create an implicit value class around SvgAttr – there you can e.g. implement the := method.

Alternatively, implement your own SvgAttrBuilder that uses either a subclass of SvgAttr or a completely unrelated type of your own.

trait SvgAttrBuilder[[V] =>> SvgAttr[V]]
class Object
trait Matchable
class Any

Value members

Concrete methods

override protected def svgAttr[V](key: String, codec: Codec[V, String], namespace: Option[String]): SvgAttr[V]
Definition Classes

Inherited methods

@inline
protected def doubleSvgAttr(key: String, namespace: Option[String]): SvgAttr[Double]
Inherited from
SvgAttrBuilder
@inline
protected def intSvgAttr(key: String, namespace: Option[String]): SvgAttr[Int]
Inherited from
SvgAttrBuilder
@inline
protected def stringSvgAttr(key: String, namespace: Option[String]): SvgAttr[String]
Inherited from
SvgAttrBuilder