scalatags.Text

svgAttrs

object svgAttrs extends Cap with SvgAttrs

SVG only attributes

Definition Classes
TextBundle
Linear Supertypes
generic.SvgAttrs[Builder, String, String], Cap, generic.Util[Builder, String, String], LowPriUtil[Builder, String, String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. svgAttrs
  2. SvgAttrs
  3. Cap
  4. Util
  5. LowPriUtil
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ConcreteHtmlTag[T <: String] = TypedTag[T]

    Definition Classes
    CapUtil
  2. implicit class ExtendedString extends AnyRef

    Provides extension methods on strings to fit them into Scalatag fragments.

    Provides extension methods on strings to fit them into Scalatag fragments.

    Definition Classes
    Util
  3. implicit class SeqFrag[A] extends Text.Frag

    Definition Classes
    Cap
  4. implicit class SeqNode[A] extends Modifier[Builder]

    Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

    Definition Classes
    Util

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. implicit def ArrayFrag[A](xs: Array[A])(implicit arg0: (A) ⇒ generic.Frag[Builder, String]): generic.Frag[Builder, String]

    Renders an Seq of FragT into a single FragT

    Renders an Seq of FragT into a single FragT

    Definition Classes
    LowPriUtil
  5. implicit def ArrayNode[A](xs: Array[A])(implicit arg0: (A) ⇒ generic.Modifier[Builder]): SeqNode[A]

    Allows you to modify a ConcreteHtmlTag by adding an Array containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding an Array containing other nest-able objects to its list of children.

    Definition Classes
    Util
  6. implicit def OptionFrag[A](xs: Option[A])(implicit arg0: (A) ⇒ generic.Frag[Builder, String]): generic.Frag[Builder, String]

    Renders an Option of FragT into a single FragT

    Renders an Option of FragT into a single FragT

    Definition Classes
    LowPriUtil
  7. implicit def OptionNode[A](xs: Option[A])(implicit arg0: (A) ⇒ generic.Modifier[Builder]): SeqNode[A]

    Allows you to modify a ConcreteHtmlTag by adding an Option containing other nest-able objects to its list of children.

    Allows you to modify a ConcreteHtmlTag by adding an Option containing other nest-able objects to its list of children.

    Definition Classes
    Util
  8. implicit def UnitFrag(u: Unit): StringFrag

    Lets you put Unit into a scalatags tree, as a no-op.

    Lets you put Unit into a scalatags tree, as a no-op.

    Definition Classes
    CapLowPriUtil
  9. val accentHeight: generic.Attr

    This attribute defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system.

    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>

    MDN

    Definition Classes
    SvgAttrs
  10. val accumulate: generic.Attr

    This attribute controls whether or not the animation is cumulative.

    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

    MDN

    Definition Classes
    SvgAttrs
  11. val additive: generic.Attr

    This attribute controls whether or not the animation is additive.

    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

    MDN

    Definition Classes
    SvgAttrs
  12. val alignmentBaseline: generic.Attr

    The alignment-baseline attribute specifies how an object is aligned with respect to its parent.

    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

    MDN

    Definition Classes
    SvgAttrs
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val ascent: generic.Attr

    This attribute defines the maximum unaccented depth of the font within the font coordinate system.

    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>

    MDN

    Definition Classes
    SvgAttrs
  15. val attributeName: generic.Attr

    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>

    MDN

    Definition Classes
    SvgAttrs
  16. val attributeType: generic.Attr

    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

    MDN

    Definition Classes
    SvgAttrs
  17. val azimuth: generic.Attr

    The azimuth attribute represent the direction angle for the light source on the XY plane (clockwise), in degrees from the x axis.

    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>

    MDN

    Definition Classes
    SvgAttrs
  18. val baseFrequency: generic.Attr

    The baseFrequency attribute represent The base frequencies parameter for the noise function of the <feturbulence> primitive.

    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>

    MDN

    Definition Classes
    SvgAttrs
  19. val baselineShift: generic.Attr

    The baseline-shift attribute allows repositioning of the dominant-baseline relative to the dominant-baseline of the parent text content element.

    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 | <percentage> | <length> | inherit

    MDN

    Definition Classes
    SvgAttrs
  20. val begin: generic.Attr

    This attribute defines when an animation should begin.

    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>

    MDN

    Definition Classes
    SvgAttrs
  21. val bias: generic.Attr

    The bias attribute shifts the range of the filter.

    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>

    MDN

    Definition Classes
    SvgAttrs
  22. val calcMode: generic.Attr

    This attribute specifies the interpolation mode for the animation.

    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

    MDN

    Definition Classes
    SvgAttrs
  23. val class: generic.Attr

    Assigns a class name or set of class names to an element.

    Assigns a class name or set of class names to an element. You may assign the same class name or names to any number of elements. If you specify multiple class names, they must be separated by whitespace characters. The class name of an element has two key roles: -As a style sheet selector, for use when an author wants to assign style information to a set of elements. -For general usage by the browser. The class can be used to style SVG content using CSS.

    Value <list-of-class-names>

    MDN

    Definition Classes
    SvgAttrs
  24. val clip: generic.Attr

    The clip attribute has the same parameter values as defined for the css clip property.

    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

    MDN

    Definition Classes
    SvgAttrs
  25. val clipPath: generic.Attr

    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

    MDN

    Definition Classes
    SvgAttrs
  26. val clipPathUnits: generic.Attr

    The clipPathUnits attribute defines the coordinate system for the contents of the <clippath> element.

    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

    MDN

    Definition Classes
    SvgAttrs
  27. val clipRule: generic.Attr

    The clip-rule attribute only applies to graphics elements that are contained within a <clippath> element.

    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

    MDN

    Definition Classes
    SvgAttrs
  28. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. val color: generic.Attr

    The color attribute is used to provide a potential indirect value (currentColor) for the fill, stroke, stop-color, flood-color and lighting-color attributes.

    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

    MDN

    Definition Classes
    SvgAttrs
  30. val colorInterpolation: generic.Attr

    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.

    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

    MDN

    Definition Classes
    SvgAttrs
  31. val colorInterpolationFilters: generic.Attr

    The color-interpolation-filters attribute specifies the color space for imaging operations performed via filter effects.

    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

    MDN

    Definition Classes
    SvgAttrs
  32. val colorProfile: generic.Attr

    The color-profile attribute is used to define which color profile a raster image included through the <image> element should use.

    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

    MDN

    Definition Classes
    SvgAttrs
  33. val colorRendering: generic.Attr

    The color-rendering attribute provides a hint to the SVG user agent about how to optimize its color interpolation and compositing operations.

    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

    MDN

    Definition Classes
    SvgAttrs
  34. val contentScriptType: generic.Attr

    The contentScriptType attribute on the <svg> element specifies the default scripting language for the given document fragment.

    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>

    MDN

    Definition Classes
    SvgAttrs
  35. val contentStyleType: generic.Attr

    This attribute specifies the style sheet language for the given document fragment.

    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>

    MDN

    Definition Classes
    SvgAttrs
  36. val cursor: generic.Attr

    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.

    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

    MDN

    Definition Classes
    SvgAttrs
  37. val cx: generic.Attr

    For the <circle> and the <ellipse> element, this attribute define the x-axis coordinate of the center of the element.

    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>

    MDN

    Definition Classes
    SvgAttrs
  38. val cy: generic.Attr

    For the <circle> and the <ellipse> element, this attribute define the y-axis coordinate of the center of the element.

    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>

    MDN

    Definition Classes
    SvgAttrs
  39. val d: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  40. val diffuseConstant: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  41. val direction: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  42. val display: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  43. val divisor: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  44. val dominantBaseline: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  45. val dur: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  46. val dx: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  47. val dy: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  48. val edgeMode: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  49. val elevation: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  50. val end: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  51. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  52. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  53. val externalResourcesRequired: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  54. val fill: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  55. val fillOpacity: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  56. val fillRule: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  57. val filter: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  58. val filterRes: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  59. val filterUnits: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  60. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  61. val floodColor: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  62. val floodOpacity: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  63. val fontFamily: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  64. val fontSize: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  65. val fontSizeAdjust: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  66. val fontStretch: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  67. val fontVariant: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  68. val fontWeight: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  69. val from: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  70. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  71. val gradientTransform: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  72. val gradientUnits: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  73. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  74. val height: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  75. val id: generic.Attr

    Definition Classes
    SvgAttrs
  76. val imageRendering: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  77. val in: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  78. val in2: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  79. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  80. val k1: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  81. val k2: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  82. val k3: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  83. val k4: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  84. val kernelMatrix: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  85. val kernelUnitLength: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  86. val kerning: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  87. val keySplines: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  88. val keyTimes: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  89. val letterSpacing: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  90. val lightingColor: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  91. val limitingConeAngle: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  92. val local: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  93. def makeAbstractTypedTag[T](tag: String, void: Boolean, namespaceConfig: Namespace): TypedTag[Nothing]

    Definition Classes
    CapUtil
  94. val markerEnd: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  95. val markerHeight: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  96. val markerMid: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  97. val markerStart: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  98. val markerUnits: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  99. val markerWidth: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  100. val mask: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  101. val maskContentUnits: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  102. val maskUnits: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  103. val max: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  104. val min: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  105. val mode: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  106. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  107. final def notify(): Unit

    Definition Classes
    AnyRef
  108. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  109. val numOctaves: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  110. val offset: generic.Attr

    Definition Classes
    SvgAttrs
  111. val opacity: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  112. val operator: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  113. val order: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  114. val overflow: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  115. val paintOrder: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  116. val pathLength: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  117. val patternContentUnits: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  118. val patternTransform: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  119. val patternUnits: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  120. val pointerEvents: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  121. val points: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  122. val pointsAtX: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  123. val pointsAtY: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  124. val pointsAtZ: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  125. val preserveAlpha: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  126. val preserveAspectRatio: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  127. val primitiveUnits: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  128. val r: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  129. val radius: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  130. val repeatCount: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  131. val repeatDur: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  132. val requiredFeatures: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  133. val restart: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  134. val result: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  135. val rx: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  136. val ry: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  137. val scale: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  138. val seed: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  139. val shapeRendering: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  140. val specularConstant: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  141. val specularExponent: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  142. val stdDeviation: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  143. val stitchTiles: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  144. val stopColor: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  145. val stopOpacity: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  146. implicit def stringAttrX: GenericAttr[String]

    Attributes
    protected[this]
    Definition Classes
    CapUtil
  147. implicit def stringPixelStyleX: GenericPixelStyle[String]

    Attributes
    protected[this]
    Definition Classes
    CapUtil
  148. implicit def stringStyleX: GenericStyle[String]

    Attributes
    protected[this]
    Definition Classes
    CapUtil
  149. val stroke: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  150. val strokeDasharray: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  151. val strokeDashoffset: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  152. val strokeLinecap: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  153. val strokeLinejoin: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  154. val strokeMiterlimit: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  155. val strokeOpacity: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  156. val strokeWidth: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  157. val style: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  158. val surfaceScale: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  159. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  160. val targetX: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  161. val targetY: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  162. val textAnchor: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  163. val textDecoration: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  164. val textRendering: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  165. val to: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  166. def toString(): String

    Definition Classes
    AnyRef → Any
  167. val transform: generic.Attr

    Definition Classes
    SvgAttrs
  168. val type: generic.Attr

    Definition Classes
    SvgAttrs
  169. val values: generic.Attr

    Definition Classes
    SvgAttrs
  170. val viewBox: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  171. val visibility: generic.Attr

    Definition Classes
    SvgAttrs
  172. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  173. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  174. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  175. val width: generic.Attr

    Definition Classes
    SvgAttrs
  176. val wordSpacing: generic.Attr

    Definition Classes
    SvgAttrs
  177. val writingMode: generic.Attr

    Definition Classes
    SvgAttrs
  178. val x: generic.Attr

    Definition Classes
    SvgAttrs
  179. val x1: generic.Attr

    Definition Classes
    SvgAttrs
  180. val x2: generic.Attr

    Definition Classes
    SvgAttrs
  181. val xChannelSelector: generic.Attr

    Definition Classes
    SvgAttrs
  182. val xLink: generic.Attr

    Definition Classes
    SvgAttrs
  183. val xLinkHref: generic.Attr

    Definition Classes
    SvgAttrs
  184. val xLinkTitle: generic.Attr

    Definition Classes
    SvgAttrs
  185. val xmlSpace: generic.Attr

    Definition Classes
    SvgAttrs
  186. val xmlns: generic.Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  187. val y: generic.Attr

    Definition Classes
    SvgAttrs
  188. val y1: generic.Attr

    Definition Classes
    SvgAttrs
  189. val y2: generic.Attr

    Definition Classes
    SvgAttrs
  190. val yChannelSelector: generic.Attr

    Definition Classes
    SvgAttrs
  191. val z: generic.Attr

    Definition Classes
    SvgAttrs

Inherited from generic.SvgAttrs[Builder, String, String]

Inherited from Cap

Inherited from generic.Util[Builder, String, String]

Inherited from LowPriUtil[Builder, String, String]

Inherited from AnyRef

Inherited from Any

Ungrouped