SvgAttrs

com.raquo.laminar.defs.attrs.SvgAttrs
trait SvgAttrs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object svg.type

Members list

Value members

Concrete methods

protected def doubleSvgAttr(name: String): SvgAttr[Double]
protected def intSvgAttr(name: String): SvgAttr[Int]
protected def stringSvgAttr(name: String): SvgAttr[String]
protected def stringSvgAttr(name: String, namespace: String): SvgAttr[String]
def svgAttr[V](name: String, codec: Codec[V, String], namespace: Option[String]): SvgAttr[V]

Create SVG attribute (Note: for HTML attrs, use L.htmlAttr)

Create SVG attribute (Note: for HTML attrs, use L.htmlAttr)

Type parameters

V
  • value type for this attr in Scala

Value parameters

codec
  • used to encode V into String, e.g. StringAsIsCodec
name
  • name of the attribute, e.g. "value"

Attributes

Concrete fields

lazy val `type`: SvgAttr[String]

Aliases: typ, tpe

Aliases: typ, tpe

type @ MDN

Attributes

lazy val accentHeight: SvgAttr[Double]

This attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the value of the ascent attribute.

This attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the value of the ascent attribute.

Value <number>

accent-height @ MDN

Attributes

lazy val accumulate: SvgAttr[String]

This attribute controls whether or not the animation is cumulative. It is frequently useful for repeated animations to build upon the previous results, accumulating with each iteration. This attribute said to the animation if the value is added to the previous animated attribute's value on each iteration.

This attribute controls whether or not the animation is cumulative. It is frequently useful for repeated animations to build upon the previous results, accumulating with each iteration. This attribute said to the animation if the value is added to the previous animated attribute's value on each iteration.

Value none | sum

accumulate @ MDN

Attributes

lazy val additive: SvgAttr[String]

This attribute controls whether or not the animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values. This attribute said to the animation if their values are added to the original animated attribute's value.

This attribute controls whether or not the animation is additive. It is frequently useful to define animation as an offset or delta to an attribute's value, rather than as absolute values. This attribute said to the animation if their values are added to the original animated attribute's value.

Value replace | sum

additive @ MDN

Attributes

lazy val alignmentBaseline: SvgAttr[String]

The alignment-baseline attribute specifies how an object is aligned with respect to its parent. This property specifies which baseline of this element is to be aligned with the corresponding baseline of the parent. For example, this allows alphabetic baselines in Roman text to stay aligned across font size changes. It defaults to the baseline with the same name as the computed value of the alignment-baseline property. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css alignment-baseline for further information.

The alignment-baseline attribute specifies how an object is aligned with respect to its parent. This property specifies which baseline of this element is to be aligned with the corresponding baseline of the parent. For example, this allows alphabetic baselines in Roman text to stay aligned across font size changes. It defaults to the baseline with the same name as the computed value of the alignment-baseline property. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css alignment-baseline for further information.

Value: auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical | inherit

alignment-baseline @ MDN

Attributes

lazy val ascent: SvgAttr[Double]

This attribute defines the maximum unaccented depth of the font within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the vert-origin-y value for the corresponding font.

This attribute defines the maximum unaccented depth of the font within the font coordinate system. If the attribute is not specified, the effect is as if the attribute were set to the vert-origin-y value for the corresponding font.

Value <number>

ascent @ MDN

Attributes

lazy val attributeName: SvgAttr[String]

This attribute indicates the name of the attribute in the parent element that is going to be changed during an animation.

This attribute indicates the name of the attribute in the parent element that is going to be changed during an animation.

Value <attributeName>

attributeName @ MDN

Attributes

lazy val attributeType: SvgAttr[String]

This attribute specifies the namespace in which the target attribute and its associated values are defined.

This attribute specifies the namespace in which the target attribute and its associated values are defined.

Value CSS | XML | auto

attributeType @ MDN

Attributes

lazy val azimuth: SvgAttr[Double]

The azimuth attribute represent the direction angle for the light source on the XY plane (clockwise), in degrees from the x axis. If the attribute is not specified, then the effect is as if a value of 0 were specified.

The azimuth attribute represent the direction angle for the light source on the XY plane (clockwise), in degrees from the x axis. If the attribute is not specified, then the effect is as if a value of 0 were specified.

Value <number>

azimuth @ MDN

Attributes

lazy val baseFrequency: SvgAttr[String]

The baseFrequency attribute represent The base frequencies parameter for the noise function of the <feturbulence> primitive. If two <number>s are provided, the first number represents a base frequency in the X direction and the second value represents a base frequency in the Y direction. If one number is provided, then that value is used for both X and Y. Negative values are forbidden. If the attribute is not specified, then the effect is as if a value of 0 were specified.

The baseFrequency attribute represent The base frequencies parameter for the noise function of the <feturbulence> primitive. If two <number>s are provided, the first number represents a base frequency in the X direction and the second value represents a base frequency in the Y direction. If one number is provided, then that value is used for both X and Y. Negative values are forbidden. If the attribute is not specified, then the effect is as if a value of 0 were specified.

Value <number-optional-number>

baseFrequency @ MDN

Attributes

lazy val baselineShift: SvgAttr[String]

The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element. The shifted object might be a sub- or superscript. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css baseline-shift for further information.

The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element. The shifted object might be a sub- or superscript. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css baseline-shift for further information.

Value auto | baseline | sup | sub | | | inherit

baseline-shift @ MDN

Attributes

lazy val begin: SvgAttr[String]

This attribute defines when an animation should begin. The attribute value is a semicolon separated list of values. The interpretation of a list of start times is detailed in the SMIL specification in "Evaluation of begin and end time lists". Each individual value can be one of the following: <offset-value>, <syncbase-value>, <event-value>, <repeat-value>, <accessKey-value>, <wallclock-sync-value> or the keyword indefinite.

This attribute defines when an animation should begin. The attribute value is a semicolon separated list of values. The interpretation of a list of start times is detailed in the SMIL specification in "Evaluation of begin and end time lists". Each individual value can be one of the following: <offset-value>, <syncbase-value>, <event-value>, <repeat-value>, <accessKey-value>, <wallclock-sync-value> or the keyword indefinite.

Value <begin-value-list>

begin @ MDN

Attributes

lazy val bias: SvgAttr[Double]

The bias attribute shifts the range of the filter. After applying the kernelMatrix of the <feConvolveMatrix> element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1. If bias is not specified, then the effect is as if a value of 0 were specified.

The bias attribute shifts the range of the filter. After applying the kernelMatrix of the <feConvolveMatrix> element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1. If bias is not specified, then the effect is as if a value of 0 were specified.

Value <number>

bias @ MDN

Attributes

lazy val calcMode: SvgAttr[String]

This attribute specifies the interpolation mode for the animation. The default mode is linear, however if the attribute does not support linear interpolation (e.g. for strings), the calcMode attribute is ignored and discrete interpolation is used.

This attribute specifies the interpolation mode for the animation. The default mode is linear, however if the attribute does not support linear interpolation (e.g. for strings), the calcMode attribute is ignored and discrete interpolation is used.

Value discrete | linear | paced | spline

calcMode @ MDN

Attributes

lazy val clip: SvgAttr[String]

The clip attribute has the same parameter values as defined for the css clip property. Unitless values, which indicate current user coordinates, are permitted on the coordinate values on the <shape>. The value of auto defines a clipping path along the bounds of the viewport created by the given element. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css clip for further information.

The clip attribute has the same parameter values as defined for the css clip property. Unitless values, which indicate current user coordinates, are permitted on the coordinate values on the <shape>. The value of auto defines a clipping path along the bounds of the viewport created by the given element. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css clip for further information.

Value auto | <shape> | inherit

clip @ MDN

Attributes

lazy val clipPathAttr: SvgAttr[String]

The clip-path attribute bind the element is applied to with a given <clipPath> element As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet

The clip-path attribute bind the element is applied to with a given <clipPath> element As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet

Value <FuncIRI> | none | inherit

clip-path @ MDN

Attributes

lazy val clipPathUnits: SvgAttr[String]

The clipPathUnits attribute defines the coordinate system for the contents of the <clipPath> element. the clipPathUnits attribute is not specified, then the effect is as if a value of userSpaceOnUse were specified. Note that values defined as a percentage inside the content of the <clipPath> are not affected by this attribute. It means that even if you set the value of maskContentUnits to objectBoundingBox, percentage values will be calculated as if the value of the attribute were userSpaceOnUse.

The clipPathUnits attribute defines the coordinate system for the contents of the <clipPath> element. the clipPathUnits attribute is not specified, then the effect is as if a value of userSpaceOnUse were specified. Note that values defined as a percentage inside the content of the <clipPath> are not affected by this attribute. It means that even if you set the value of maskContentUnits to objectBoundingBox, percentage values will be calculated as if the value of the attribute were userSpaceOnUse.

Value userSpaceOnUse | objectBoundingBox

clipPathUnits @ MDN

Attributes

lazy val clipRule: SvgAttr[String]

The clip-rule attribute only applies to graphics elements that are contained within a <clipPath> element. The clip-rule attribute basically works as the fill-rule attribute, except that it applies to <clipPath> definitions.

The clip-rule attribute only applies to graphics elements that are contained within a <clipPath> element. The clip-rule attribute basically works as the fill-rule attribute, except that it applies to <clipPath> definitions.

Value nonezero | evenodd | inherit

clip-rule @ MDN

Attributes

lazy val color: SvgAttr[String]

The color attribute is used to provide a potential indirect value (currentColor) for the fill, stroke, stop-color, flood-color and lighting-color attributes. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color for further information.

The color attribute is used to provide a potential indirect value (currentColor) for the fill, stroke, stop-color, flood-color and lighting-color attributes. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color for further information.

Value <color> | inherit

color @ MDN

Attributes

lazy val colorInterpolation: SvgAttr[String]

The color-interpolation attribute specifies the color space for gradient interpolations, color animations and alpha compositing.When a child element is blended into a background, the value of the color-interpolation attribute on the child determines the type of blending, not the value of the color-interpolation on the parent. For gradients which make use of the xlink:href attribute to reference another gradient, the gradient uses the color-interpolation attribute value from the gradient element which is directly referenced by the fill or stroke attribute. When animating colors, color interpolation is performed according to the value of the color-interpolation attribute on the element being animated. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation for further information

The color-interpolation attribute specifies the color space for gradient interpolations, color animations and alpha compositing.When a child element is blended into a background, the value of the color-interpolation attribute on the child determines the type of blending, not the value of the color-interpolation on the parent. For gradients which make use of the xlink:href attribute to reference another gradient, the gradient uses the color-interpolation attribute value from the gradient element which is directly referenced by the fill or stroke attribute. When animating colors, color interpolation is performed according to the value of the color-interpolation attribute on the element being animated. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation for further information

Value auto | sRGB | linearRGB | inherit

color-interpolation @ MDN

Attributes

The color-interpolation-filters attribute specifies the color space for imaging operations performed via filter effects. Note that color-interpolation-filters has a different initial value than color-interpolation. color-interpolation-filters has an initial value of linearRGB, whereas color-interpolation has an initial value of sRGB. Thus, in the default case, filter effects operations occur in the linearRGB color space, whereas all other color interpolations occur by default in the sRGB color space. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation-filters for further information

The color-interpolation-filters attribute specifies the color space for imaging operations performed via filter effects. Note that color-interpolation-filters has a different initial value than color-interpolation. color-interpolation-filters has an initial value of linearRGB, whereas color-interpolation has an initial value of sRGB. Thus, in the default case, filter effects operations occur in the linearRGB color space, whereas all other color interpolations occur by default in the sRGB color space. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-interpolation-filters for further information

Value auto | sRGB | linearRGB | inherit

color-interpolation-filters @ MDN

Attributes

lazy val colorProfileAttr: SvgAttr[String]

The color-profile attribute is used to define which color profile a raster image included through the <image> element should use. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-profile for further information.

The color-profile attribute is used to define which color profile a raster image included through the <image> element should use. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-profile for further information.

Value auto | sRGB | <name> | <IRI> | inherit

color-profile @ MDN

Attributes

lazy val colorRendering: SvgAttr[String]

The color-rendering attribute provides a hint to the SVG user agent about how to optimize its color interpolation and compositing operations. color-rendering takes precedence over color-interpolation-filters. For example, assume color-rendering: optimizeSpeed and color-interpolation-filters: linearRGB. In this case, the SVG user agent should perform color operations in a way that optimizes performance, which might mean sacrificing the color interpolation precision as specified by color-interpolation-filters: linearRGB. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-rendering for further information

The color-rendering attribute provides a hint to the SVG user agent about how to optimize its color interpolation and compositing operations. color-rendering takes precedence over color-interpolation-filters. For example, assume color-rendering: optimizeSpeed and color-interpolation-filters: linearRGB. In this case, the SVG user agent should perform color operations in a way that optimizes performance, which might mean sacrificing the color interpolation precision as specified by color-interpolation-filters: linearRGB. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css color-rendering for further information

Value auto | optimizeSpeed | optimizeQuality | inherit

color-rendering @ MDN

Attributes

lazy val contentScriptType: SvgAttr[String]

The contentScriptType attribute on the <svg> element specifies the default scripting language for the given document fragment. This attribute sets the default scripting language used to process the value strings in event attributes. This language must be used for all instances of script that do not specify their own scripting language. The value content-type specifies a media type, per MIME Part Two: Media Types [RFC2046]. The default value is application/ecmascript

The contentScriptType attribute on the <svg> element specifies the default scripting language for the given document fragment. This attribute sets the default scripting language used to process the value strings in event attributes. This language must be used for all instances of script that do not specify their own scripting language. The value content-type specifies a media type, per MIME Part Two: Media Types [RFC2046]. The default value is application/ecmascript

Value <content-type>

contentScriptType @ MDN

Attributes

lazy val contentStyleType: SvgAttr[String]

This attribute specifies the style sheet language for the given document fragment. The contentStyleType is specified on the <svg> element. By default, if it's not defined, the value is text/css

This attribute specifies the style sheet language for the given document fragment. The contentStyleType is specified on the <svg> element. By default, if it's not defined, the value is text/css

Value <content-type>

contentStyleType @ MDN

Attributes

lazy val cursorAttr: SvgAttr[String]

The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.This attribute behave exactly like the css cursor property except that if the browser suport the <cursor> element, it should allow to use it with the <funciri> notation. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css cursor for further information.

The cursor attribute specifies the mouse cursor displayed when the mouse pointer is over an element.This attribute behave exactly like the css cursor property except that if the browser suport the <cursor> element, it should allow to use it with the <funciri> notation. As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet, see css cursor for further information.

Value auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize| text | wait | help | inherit

cursor @ MDN

Attributes

lazy val cx: SvgAttr[String]

For the <circle> and the <ellipse> element, this attribute define the x-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the <radialGradient> element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

For the <circle> and the <ellipse> element, this attribute define the x-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the <radialGradient> element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

Value <coordinate>

cx @ MDN

Attributes

lazy val cy: SvgAttr[String]

For the <circle> and the <ellipse> element, this attribute define the y-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the <radialGradient> element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

For the <circle> and the <ellipse> element, this attribute define the y-axis coordinate of the center of the element. If the attribute is not specified, the effect is as if a value of "0" were specified.For the <radialGradient> element, this attribute define the x-axis coordinate of the largest (i.e., outermost) circle for the radial gradient. The gradient will be drawn such that the 100% gradient stop is mapped to the perimeter of this largest (i.e., outermost) circle. If the attribute is not specified, the effect is as if a value of 50% were specified

Value <coordinate>

cy @ MDN

Attributes

lazy val d: SvgAttr[String]

Attributes

lazy val direction: SvgAttr[String]
lazy val display: SvgAttr[String]
lazy val divisor: SvgAttr[String]
lazy val dur: SvgAttr[String]

Attributes

lazy val dx: SvgAttr[String]

Attributes

lazy val dy: SvgAttr[String]

Attributes

lazy val edgeMode: SvgAttr[String]
lazy val elevation: SvgAttr[Double]
lazy val end: SvgAttr[String]

Attributes

lazy val fill: SvgAttr[String]

Attributes

lazy val fillRule: SvgAttr[String]
lazy val filterAttr: SvgAttr[String]
lazy val filterRes: SvgAttr[String]
lazy val floodColor: SvgAttr[String]
lazy val fontFamily: SvgAttr[String]
lazy val fontSize: SvgAttr[String]
lazy val fontWeight: SvgAttr[String]
lazy val from: SvgAttr[String]

Attributes

lazy val height: SvgAttr[String]
lazy val href: SvgAttr[String]

Attributes

lazy val idAttr: SvgAttr[String]

Attributes

lazy val in: SvgAttr[String]

Attributes

lazy val in2: SvgAttr[String]

Attributes

lazy val k1: SvgAttr[Double]

Attributes

lazy val k2: SvgAttr[Double]

Attributes

lazy val k3: SvgAttr[Double]

Attributes

lazy val k4: SvgAttr[Double]

Attributes

lazy val kerning: SvgAttr[String]
lazy val keySplines: SvgAttr[String]
lazy val keyTimes: SvgAttr[String]
lazy val local: SvgAttr[String]
lazy val markerEnd: SvgAttr[String]
lazy val markerMid: SvgAttr[String]
lazy val maskAttr: SvgAttr[String]

Attributes

lazy val maskUnits: SvgAttr[String]
lazy val maxAttr: SvgAttr[String]

Attributes

lazy val minAttr: SvgAttr[String]

Attributes

lazy val mode: SvgAttr[String]

Attributes

lazy val offsetAttr: SvgAttr[String]
lazy val opacity: SvgAttr[String]
lazy val operator: SvgAttr[String]
lazy val order: SvgAttr[String]
lazy val orient: SvgAttr[String]

This attribute defines the orientation of the marker relative to the shape it is attached to.

This attribute defines the orientation of the marker relative to the shape it is attached to.

Value type: auto|auto-start-reverse|<angle> ; Default value: 0; Animatable: yes

orient @ MDN

Attributes

lazy val overflow: SvgAttr[String]
lazy val paintOrder: SvgAttr[String]
lazy val pathLength: SvgAttr[String]
lazy val points: SvgAttr[String]
lazy val pointsAtX: SvgAttr[String]
lazy val pointsAtY: SvgAttr[String]
lazy val pointsAtZ: SvgAttr[String]
lazy val r: SvgAttr[String]

Attributes

lazy val radius: SvgAttr[String]
lazy val refX: SvgAttr[String]

The refX attribute is used alongside the refY attribute to provide coordinates for the location on the marker where it will be joined to its markable element. Coordinates are relative to the marker's coordinate system (after application of the ‘viewBox’ and ‘preserveAspectRatio’ attributes), and not the markable element it is placed on.

The refX attribute is used alongside the refY attribute to provide coordinates for the location on the marker where it will be joined to its markable element. Coordinates are relative to the marker's coordinate system (after application of the ‘viewBox’ and ‘preserveAspectRatio’ attributes), and not the markable element it is placed on.

refX @ MDN

Attributes

lazy val refY: SvgAttr[String]

The refY attribute is used alongside the refY attribute to provide coordinates for the location on the marker where it will be joined to its markable element. Coordinates are relative to the marker's coordinate system (after application of the ‘viewBox’ and ‘preserveAspectRatio’ attributes), and not the markable element it is placed on.

The refY attribute is used alongside the refY attribute to provide coordinates for the location on the marker where it will be joined to its markable element. Coordinates are relative to the marker's coordinate system (after application of the ‘viewBox’ and ‘preserveAspectRatio’ attributes), and not the markable element it is placed on.

refY @ MDN

Attributes

lazy val repeatDur: SvgAttr[String]
lazy val restart: SvgAttr[String]
lazy val resultAttr: SvgAttr[String]
lazy val rx: SvgAttr[String]

Attributes

lazy val ry: SvgAttr[String]

Attributes

lazy val scale: SvgAttr[String]
lazy val seed: SvgAttr[Double]

Attributes

lazy val stopColor: SvgAttr[String]
lazy val stroke: SvgAttr[String]
lazy val style: SvgAttr[String]
lazy val tabIndex: SvgAttr[String]
lazy val target: SvgAttr[String]
lazy val targetX: SvgAttr[String]
lazy val targetY: SvgAttr[String]
lazy val textAnchor: SvgAttr[String]
lazy val to: SvgAttr[String]

Attributes

lazy val tpe: SvgAttr[String]
lazy val transform: SvgAttr[String]
lazy val typ: SvgAttr[String]
lazy val values: SvgAttr[String]
lazy val viewBox: SvgAttr[String]
lazy val visibility: SvgAttr[String]
lazy val width: SvgAttr[String]
lazy val x: SvgAttr[String]

Attributes

lazy val x1: SvgAttr[String]

Attributes

lazy val x2: SvgAttr[String]

Attributes

lazy val xlinkHref: SvgAttr[String]
lazy val xlinkRole: SvgAttr[String]
lazy val xlinkTitle: SvgAttr[String]
lazy val xmlSpace: SvgAttr[String]
lazy val xmlns: SvgAttr[String]

Attributes

lazy val y: SvgAttr[String]

Attributes

lazy val y1: SvgAttr[String]

Attributes

lazy val y2: SvgAttr[String]

Attributes

lazy val z: SvgAttr[String]

Attributes