japgolly.scalajs.react.vdom.svg

all

Related Doc: package svg

object all extends Base with SvgTags with SvgAttrs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. all
  2. SvgAttrs
  3. SvgTags
  4. Base
  5. Implicits
  6. LowPri
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final type ReactTag = vdom.ReactTag

    Definition Classes
    Base
  2. final type TagMod = vdom.TagMod

    Definition Classes
    Base

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. final def EmptyTag: vdom.TagMod

    Definition Classes
    Base
    Annotations
    @inline()
  5. implicit final val _react_attrBoolean: AttrValue[Boolean]

    Definition Classes
    Implicits
  6. implicit final val _react_attrByte: AttrValue[Byte]

    Definition Classes
    Implicits
  7. implicit final val _react_attrDouble: AttrValue[Double]

    Definition Classes
    Implicits
  8. implicit final val _react_attrFloat: AttrValue[Float]

    Definition Classes
    Implicits
  9. implicit final val _react_attrInt: AttrValue[Int]

    Definition Classes
    Implicits
  10. implicit final val _react_attrJsFn: AttrValue[Function]

    Definition Classes
    Implicits
  11. implicit final val _react_attrJsObj: AttrValue[Object]

    Definition Classes
    Implicits
  12. implicit final val _react_attrJsThisFn: AttrValue[ThisFunction]

    Definition Classes
    Implicits
  13. implicit final val _react_attrLong: AttrValue[Long]

    Definition Classes
    Implicits
  14. implicit final def _react_attrOptional[T[_], A](implicit t: Optional[T], a: AttrValue[A]): AttrValue[T[A]]

    Definition Classes
    Implicits
    Annotations
    @inline()
  15. implicit final def _react_attrOrdering: Ordering[Attr]

    Definition Classes
    Implicits
    Annotations
    @inline()
  16. implicit final def _react_attrRef[R <: Ref]: AttrValue[R]

    Definition Classes
    Implicits
    Annotations
    @inline()
  17. implicit final val _react_attrShort: AttrValue[Short]

    Definition Classes
    Implicits
  18. implicit final def _react_attrString: AttrValue[String]

    Definition Classes
    Implicits
    Annotations
    @inline()
  19. implicit final def _react_autoRender(t: vdom.ReactTag): ReactElement

    Definition Classes
    Implicits
    Annotations
    @inline()
  20. implicit final def _react_autoRenderS(t: Seq[vdom.ReactTag]): Seq[ReactElement]

    Definition Classes
    Implicits
    Annotations
    @inline()
  21. implicit final def _react_cssNumber[T](t: T)(implicit arg0: Numeric[T]): CssNumber

    Definition Classes
    Implicits
    Annotations
    @inline()
  22. implicit final def _react_ext_attr(a: Attr): AttrExt

    Definition Classes
    Implicits
    Annotations
    @inline()
  23. implicit final def _react_ext_bool(a: Boolean): BooleanExt

    Definition Classes
    Implicits
    Annotations
    @inline()
  24. implicit final def _react_ext_str(a: String): StringExt

    Definition Classes
    Implicits
    Annotations
    @inline()
  25. implicit final def _react_fragArray[A](xs: Array[A])(implicit arg0: (A) ⇒ Frag): Frag

    Definition Classes
    LowPri
    Annotations
    @inline()
  26. implicit final def _react_fragReactNode[T](v: T)(implicit arg0: (T) ⇒ ReactNode): Frag

    Definition Classes
    Implicits
    Annotations
    @inline()
  27. implicit final def _react_fragSeq[A](xs: Seq[A])(implicit arg0: (A) ⇒ Frag): Frag

    Definition Classes
    LowPri
    Annotations
    @inline()
  28. implicit final def _react_nodeArray[A](xs: Array[A])(implicit arg0: (A) ⇒ vdom.TagMod): vdom.TagMod

    Definition Classes
    Implicits
    Annotations
    @inline()
  29. implicit final def _react_nodeOptional[T[_], A](t: T[A])(implicit o: Optional[T], f: (A) ⇒ vdom.TagMod): vdom.TagMod

    Definition Classes
    Implicits
    Annotations
    @inline()
  30. implicit final def _react_nodeSeq[A](xs: Seq[A])(implicit arg0: (A) ⇒ vdom.TagMod): vdom.TagMod

    Definition Classes
    Implicits
    Annotations
    @inline()
  31. implicit final val _react_styleBoolean: StyleValue[Boolean]

    Definition Classes
    Implicits
  32. implicit final val _react_styleByte: StyleValue[Byte]

    Definition Classes
    Implicits
  33. implicit final val _react_styleDouble: StyleValue[Double]

    Definition Classes
    Implicits
  34. implicit final val _react_styleFloat: StyleValue[Float]

    Definition Classes
    Implicits
  35. implicit final val _react_styleInt: StyleValue[Int]

    Definition Classes
    Implicits
  36. implicit final val _react_styleLong: StyleValue[Long]

    Definition Classes
    Implicits
  37. implicit final def _react_styleOptional[T[_], A](implicit t: Optional[T], a: StyleValue[A]): StyleValue[T[A]]

    Definition Classes
    Implicits
    Annotations
    @inline()
  38. implicit final def _react_styleOrdering: Ordering[Style]

    Definition Classes
    Implicits
    Annotations
    @inline()
  39. implicit final val _react_styleShort: StyleValue[Short]

    Definition Classes
    Implicits
  40. implicit final def _react_styleString: StyleValue[String]

    Definition Classes
    Implicits
    Annotations
    @inline()
  41. final val accentHeight: 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
  42. final val accumulate: 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
  43. final val additive: 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
  44. final val alignmentBaseline: 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
  45. final val altglyph: vdom.ReactTag

    The altGlyph element allows sophisticated selection of the glyphs used to render its child character data.

    The altGlyph element allows sophisticated selection of the glyphs used to render its child character data.

    MDN

    Definition Classes
    SvgTags
  46. final val altglyphdef: vdom.ReactTag

    The altGlyphDef element defines a substitution representation for glyphs.

    The altGlyphDef element defines a substitution representation for glyphs.

    MDN

    Definition Classes
    SvgTags
  47. final val altglyphitem: vdom.ReactTag

    The altGlyphItem element provides a set of candidates for glyph substitution by the altglyph element.

    The altGlyphItem element provides a set of candidates for glyph substitution by the altglyph element.

    MDN

    Definition Classes
    SvgTags
  48. final val animate: vdom.ReactTag

    The animate element is put inside a shape element and defines how an attribute of an element changes over the animation

    The animate element is put inside a shape element and defines how an attribute of an element changes over the animation

    MDN

    Definition Classes
    SvgTags
  49. final val animatemotion: vdom.ReactTag

    The animateMotion element causes a referenced element to move along a motion path.

    The animateMotion element causes a referenced element to move along a motion path.

    MDN

    Definition Classes
    SvgTags
  50. final val animatetransform: vdom.ReactTag

    The animateTransform element animates a transformation attribute on a target element, thereby allowing animations to control translation, scaling, rotation and/or skewing.

    The animateTransform element animates a transformation attribute on a target element, thereby allowing animations to control translation, scaling, rotation and/or skewing.

    MDN

    Definition Classes
    SvgTags
  51. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  52. final val ascent: 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
  53. final val attributeName: 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
  54. final val attributeType: 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
  55. final val azimuth: 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
  56. final val baseFrequency: 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
  57. final val baselineShift: 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
  58. final val begin: 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
  59. final val bias: 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
  60. final val calcMode: 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
  61. final val circle: vdom.ReactTag

    The circle element is an SVG basic shape, used to create circles based on a center point and a radius.

    The circle element is an SVG basic shape, used to create circles based on a center point and a radius.

    MDN

    Definition Classes
    SvgTags
  62. final val class: 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
  63. final val clip: 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
  64. final val clipPath: 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
  65. final val clipPathUnits: 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
  66. final val clipRule: 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
  67. final val clippath: vdom.ReactTag

    The clipping path restricts the region to which paint can be applied.

    The clipping path restricts the region to which paint can be applied. Conceptually, any parts of the drawing that lie outside of the region bounded by the currently active clipping path are not drawn.

    MDN

    Definition Classes
    SvgTags
  68. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final val color: 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
  70. final val color-profile: vdom.ReactTag

    The element allows describing the color profile used for the image.

    The element allows describing the color profile used for the image.

    MDN

    Definition Classes
    SvgTags
  71. final val colorInterpolation: 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
  72. final val colorInterpolationFilters: 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
  73. final val colorProfile: 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
  74. final val colorRendering: 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
  75. final val contentScriptType: 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
  76. final val contentStyleType: 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
  77. final val cursor: 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
  78. final val cursorTag: vdom.ReactTag

    The cursor element can be used to define a platform-independent custom cursor.

    The cursor element can be used to define a platform-independent custom cursor. A recommended approach for defining a platform-independent custom cursor is to create a PNG image and define a cursor element that references the PNG image and identifies the exact position within the image which is the pointer position (i.e., the hot spot).

    MDN

    Definition Classes
    SvgTags
  79. final val cx: 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
  80. final val cy: 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
  81. final val d: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  82. final val defs: vdom.ReactTag

    SVG allows graphical objects to be defined for later reuse.

    SVG allows graphical objects to be defined for later reuse. It is recommended that, wherever possible, referenced elements be defined inside of a defs element. Defining these elements inside of a defs element promotes understandability of the SVG content and thus promotes accessibility. Graphical elements defined in a defs will not be directly rendered. You can use a use element to render those elements wherever you want on the viewport.

    MDN

    Definition Classes
    SvgTags
  83. final val desc: vdom.ReactTag

    Each container element or graphics element in an SVG drawing can supply a desc description string where the description is text-only.

    Each container element or graphics element in an SVG drawing can supply a desc description string where the description is text-only. When the current SVG document fragment is rendered as SVG on visual media, desc elements are not rendered as part of the graphics. Alternate presentations are possible, both visual and aural, which display the desc element but do not display path elements or other graphics elements. The desc element generally improve accessibility of SVG documents

    MDN

    Definition Classes
    SvgTags
  84. final val diffuseConstant: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  85. final val direction: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  86. final val display: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  87. final val divisor: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  88. final val dominantBaseline: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  89. final val dur: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  90. final val dx: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  91. final val dy: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  92. final val edgeMode: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  93. final val elevation: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  94. final val ellipse: vdom.ReactTag

    The ellipse element is an SVG basic shape, used to create ellipses based on a center coordinate, and both their x and y radius.

    The ellipse element is an SVG basic shape, used to create ellipses based on a center coordinate, and both their x and y radius.

    Ellipses are unable to specify the exact orientation of the ellipse (if, for example, you wanted to draw an ellipse titled at a 45 degree angle), but can be rotated by using the transform attribute.

    MDN

    Definition Classes
    SvgTags
  95. final val end: Attr

    MDN

    MDN

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

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

    Definition Classes
    AnyRef → Any
  98. final val externalResourcesRequired: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  99. final val feblend: vdom.ReactTag

    The feBlend filter composes two objects together ruled by a certain blending mode.

    The feBlend filter composes two objects together ruled by a certain blending mode. This is similar to what is known from image editing software when blending two layers. The mode is defined by the mode attribute.

    MDN

    Definition Classes
    SvgTags
  100. final val fecolormatrix: vdom.ReactTag

    This filter changes colors based on a transformation matrix.

    This filter changes colors based on a transformation matrix. Every pixel's color value (represented by an [R,G,B,A] vector) is matrix multiplied to create a new color.

    MDN

    Definition Classes
    SvgTags
  101. final val fecomponenttransfer: vdom.ReactTag

    The color of each pixel is modified by changing each channel (R, G, B, and A) to the result of what the children fefuncr, fefuncb, fefuncg, and fefunca return.

    The color of each pixel is modified by changing each channel (R, G, B, and A) to the result of what the children fefuncr, fefuncb, fefuncg, and fefunca return.

    MDN

    Definition Classes
    SvgTags
  102. final val fecomposite: vdom.ReactTag

    This filter primitive performs the combination of two input images pixel-wise in image space using one of the Porter-Duff compositing operations: over, in, atop, out, xor.

    This filter primitive performs the combination of two input images pixel-wise in image space using one of the Porter-Duff compositing operations: over, in, atop, out, xor. Additionally, a component-wise arithmetic operation (with the result clamped between [0..1]) can be applied.

    MDN

    Definition Classes
    SvgTags
  103. final val feconvolvematrix: vdom.ReactTag

    the feConvolveMatrix element applies a matrix convolution filter effect.

    the feConvolveMatrix element applies a matrix convolution filter effect. A convolution combines pixels in the input image with neighboring pixels to produce a resulting image. A wide variety of imaging operations can be achieved through convolutions, including blurring, edge detection, sharpening, embossing and beveling.

    MDN

    Definition Classes
    SvgTags
  104. final val fediffuselighting: vdom.ReactTag

    This filter primitive lights an image using the alpha channel as a bump map.

    This filter primitive lights an image using the alpha channel as a bump map. The resulting image, which is an RGBA opaque image, depends on the light color, light position and surface geometry of the input bump map.

    MDN

    Definition Classes
    SvgTags
  105. final val fedisplacementmap: vdom.ReactTag

    This filter primitive uses the pixels values from the image from in2 to spatially displace the image from in.

    This filter primitive uses the pixels values from the image from in2 to spatially displace the image from in.

    MDN

    Definition Classes
    SvgTags
  106. final val fedistantlighting: vdom.ReactTag

    This filter primitive define a distant light source that can be used within a lighting filter primitive: fediffuselighting or fespecularlighting.

    This filter primitive define a distant light source that can be used within a lighting filter primitive: fediffuselighting or fespecularlighting.

    MDN

    Definition Classes
    SvgTags
  107. final val feflood: vdom.ReactTag

    The filter fills the filter subregion with the color and opacity defined by flood-color and flood-opacity.

    The filter fills the filter subregion with the color and opacity defined by flood-color and flood-opacity.

    MDN

    Definition Classes
    SvgTags
  108. final val fefunca: vdom.ReactTag

    This filter primitive defines the transfer function for the alpha component of the input graphic of its parent fecomponenttransfer element.

    This filter primitive defines the transfer function for the alpha component of the input graphic of its parent fecomponenttransfer element.

    MDN

    Definition Classes
    SvgTags
  109. final val fefuncb: vdom.ReactTag

    This filter primitive defines the transfer function for the blue component of the input graphic of its parent fecomponenttransfer element.

    This filter primitive defines the transfer function for the blue component of the input graphic of its parent fecomponenttransfer element.

    MDN

    Definition Classes
    SvgTags
  110. final val fefuncg: vdom.ReactTag

    This filter primitive defines the transfer function for the green component of the input graphic of its parent fecomponenttransfer element.

    This filter primitive defines the transfer function for the green component of the input graphic of its parent fecomponenttransfer element.

    MDN

    Definition Classes
    SvgTags
  111. final val fefuncr: vdom.ReactTag

    This filter primitive defines the transfer function for the red component of the input graphic of its parent fecomponenttransfer element.

    This filter primitive defines the transfer function for the red component of the input graphic of its parent fecomponenttransfer element.

    MDN

    Definition Classes
    SvgTags
  112. final val fegaussianblur: vdom.ReactTag

    The filter blurs the input image by the amount specified in stdDeviation, which defines the bell-curve.

    The filter blurs the input image by the amount specified in stdDeviation, which defines the bell-curve.

    MDN

    Definition Classes
    SvgTags
  113. final val feimage: vdom.ReactTag

    The feImage filter fetches image data from an external source and provides the pixel data as output (meaning, if the external source is an SVG image, it is rasterize).

    The feImage filter fetches image data from an external source and provides the pixel data as output (meaning, if the external source is an SVG image, it is rasterize).

    MDN

    Definition Classes
    SvgTags
  114. final val femerge: vdom.ReactTag

    The feMerge filter allows filter effects to be applied concurrently instead of sequentially.

    The feMerge filter allows filter effects to be applied concurrently instead of sequentially. This is achieved by other filters storing their output via the result attribute and then accessing it in a femergenode child.

    MDN

    Definition Classes
    SvgTags
  115. final val femergenode: vdom.ReactTag

    The feMergeNode takes the result of another filter to be processed by its parent femerge.

    The feMergeNode takes the result of another filter to be processed by its parent femerge.

    MDN

    Definition Classes
    SvgTags
  116. final val femorphology: vdom.ReactTag

    This filter is used to erode or dilate the input image.

    This filter is used to erode or dilate the input image. It's usefulness lies especially in fattening or thinning effects.

    MDN

    Definition Classes
    SvgTags
  117. final val feoffset: vdom.ReactTag

    The input image as a whole is offset by the values specified in the dx and dy attributes.

    The input image as a whole is offset by the values specified in the dx and dy attributes. It's used in creating drop-shadows.

    MDN

    Definition Classes
    SvgTags
  118. final val fepointlight: vdom.ReactTag

    Definition Classes
    SvgTags
  119. final val fespecularlighting: vdom.ReactTag

    This filter primitive lights a source graphic using the alpha channel as a bump map.

    This filter primitive lights a source graphic using the alpha channel as a bump map. The resulting image is an RGBA image based on the light color. The lighting calculation follows the standard specular component of the Phong lighting model. The resulting image depends on the light color, light position and surface geometry of the input bump map. The result of the lighting calculation is added. The filter primitive assumes that the viewer is at infinity in the z direction.

    MDN

    Definition Classes
    SvgTags
  120. final val fespotlight: vdom.ReactTag

    Definition Classes
    SvgTags
  121. final val fetile: vdom.ReactTag

    An input image is tiled and the result used to fill a target.

    An input image is tiled and the result used to fill a target. The effect is similar to the one of a pattern.

    MDN

    Definition Classes
    SvgTags
  122. final val feturbulance: vdom.ReactTag

    This filter primitive creates an image using the Perlin turbulence function.

    This filter primitive creates an image using the Perlin turbulence function. It allows the synthesis of artificial textures like clouds or marble.

    MDN

    Definition Classes
    SvgTags
  123. final val fill: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  124. final val fillOpacity: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  125. final val fillRule: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  126. final val filter: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  127. final val filterRes: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  128. final val filterTag: vdom.ReactTag

    The filter element serves as container for atomic filter operations.

    The filter element serves as container for atomic filter operations. It is never rendered directly. A filter is referenced by using the filter attribute on the target SVG element.

    MDN

    Definition Classes
    SvgTags
  129. final val filterUnits: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  130. def finalize(): Unit

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

    MDN

    MDN

    Definition Classes
    SvgAttrs
  132. final val floodOpacity: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  133. final val font: vdom.ReactTag

    The font element defines a font to be used for text layout.

    The font element defines a font to be used for text layout.

    MDN

    Definition Classes
    SvgTags
  134. final val font-face: vdom.ReactTag

    The font-face element corresponds to the CSS @font-face declaration.

    The font-face element corresponds to the CSS @font-face declaration. It defines a font's outer properties.

    MDN

    Definition Classes
    SvgTags
  135. final val font-face-format: vdom.ReactTag

    The font-face-format element describes the type of font referenced by its parent font-face-uri.

    The font-face-format element describes the type of font referenced by its parent font-face-uri.

    MDN

    Definition Classes
    SvgTags
  136. final val font-face-name: vdom.ReactTag

    The font-face-name element points to a locally installed copy of this font, identified by its name.

    The font-face-name element points to a locally installed copy of this font, identified by its name.

    MDN

    Definition Classes
    SvgTags
  137. final val font-face-src: vdom.ReactTag

    The font-face-src element corresponds to the src property in CSS @font-face descriptions.

    The font-face-src element corresponds to the src property in CSS @font-face descriptions. It serves as container for font-face-name, pointing to locally installed copies of this font, and font-face-uri, utilizing remotely defined fonts.

    MDN

    Definition Classes
    SvgTags
  138. final val font-face-uri: vdom.ReactTag

    The font-face-uri element points to a remote definition of the current font.

    The font-face-uri element points to a remote definition of the current font.

    MDN

    Definition Classes
    SvgTags
  139. final val fontFamily: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  140. final val fontSize: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  141. final val fontSizeAdjust: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  142. final val fontStretch: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  143. final val fontVariant: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  144. final val fontWeight: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  145. final val foreignobject: vdom.ReactTag

    The foreignObject element allows for inclusion of a foreign XML namespace which has its graphical content drawn by a different user agent.

    The foreignObject element allows for inclusion of a foreign XML namespace which has its graphical content drawn by a different user agent. The included foreign graphical content is subject to SVG transformations and compositing.

    MDN

    Definition Classes
    SvgTags
  146. final val from: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  147. final val g: vdom.ReactTag

    The g element is a container used to group objects.

    The g element is a container used to group objects. Transformations applied to the g element are performed on all of its child elements. Attributes applied are inherited by child elements. In addition, it can be used to define complex objects that can later be referenced with the use element.

    MDN

    Definition Classes
    SvgTags
  148. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  149. final val glyph: vdom.ReactTag

    A glyph defines a single glyph in an SVG font.

    A glyph defines a single glyph in an SVG font.

    MDN

    Definition Classes
    SvgTags
  150. final val glyphref: vdom.ReactTag

    The glyphRef element provides a single possible glyph to the referencing altglyph substitution.

    The glyphRef element provides a single possible glyph to the referencing altglyph substitution.

    MDN

    Definition Classes
    SvgTags
  151. final val gradientTransform: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  152. final val gradientUnits: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  153. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  154. final val height: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  155. final val hkern: vdom.ReactTag

    The horizontal distance between two glyphs can be fine-tweaked with an hkern Element.

    The horizontal distance between two glyphs can be fine-tweaked with an hkern Element. This process is known as Kerning.

    MDN

    Definition Classes
    SvgTags
  156. final val id: Attr

    Definition Classes
    SvgAttrs
  157. final val image: vdom.ReactTag

    The SVG Image Element (image) allows a raster image into be included in an SVG document.

    The SVG Image Element (image) allows a raster image into be included in an SVG document.

    MDN

    Definition Classes
    SvgTags
  158. final val imageRendering: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  159. final val in: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  160. final val in2: Attr

    MDN

    MDN

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

    Definition Classes
    Any
  162. final val k1: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  163. final val k2: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  164. final val k3: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  165. final val k4: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  166. final val kernelMatrix: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  167. final val kernelUnitLength: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  168. final val kerning: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  169. final val keySplines: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  170. final val keyTimes: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  171. final val letterSpacing: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  172. final val lightingColor: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  173. final val limitingConeAngle: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  174. final val line: vdom.ReactTag

    The line element is an SVG basic shape, used to create a line connecting two points.

    The line element is an SVG basic shape, used to create a line connecting two points.

    MDN

    Definition Classes
    SvgTags
  175. final val lineargradient: vdom.ReactTag

    linearGradient lets authors define linear gradients to fill or stroke graphical elements.

    linearGradient lets authors define linear gradients to fill or stroke graphical elements.

    MDN

    Definition Classes
    SvgTags
  176. final val local: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  177. final val marker: vdom.ReactTag

    The marker element defines the graphics that is to be used for drawing arrowheads or polymarkers on a given path, line, polyline or polygon element.

    The marker element defines the graphics that is to be used for drawing arrowheads or polymarkers on a given path, line, polyline or polygon element.

    MDN

    Definition Classes
    SvgTags
  178. final val markerEnd: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  179. final val markerHeight: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  180. final val markerMid: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  181. final val markerStart: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  182. final val markerUnits: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  183. final val markerWidth: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  184. final val mask: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  185. final val maskContentUnits: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  186. final val maskTag: vdom.ReactTag

    In SVG, you can specify that any other graphics object or g element can be used as an alpha mask for compositing the current object into the background.

    In SVG, you can specify that any other graphics object or g element can be used as an alpha mask for compositing the current object into the background. A mask is defined with the mask element. A mask is used/referenced using the mask property.

    MDN

    Definition Classes
    SvgTags
  187. final val maskUnits: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  188. final val max: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  189. final val metadata: vdom.ReactTag

    Metadata is structured data about data.

    Metadata is structured data about data. Metadata which is included with SVG content should be specified within metadata elements. The contents of the metadata should be elements from other XML namespaces such as RDF, FOAF, etc.

    MDN

    Definition Classes
    SvgTags
  190. final val min: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  191. final val missing-glyph: vdom.ReactTag

    The missing-glyph's content is rendered, if for a given character the font doesn't define an appropriate glyph.

    The missing-glyph's content is rendered, if for a given character the font doesn't define an appropriate glyph.

    MDN

    Definition Classes
    SvgTags
  192. final val mode: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  193. final val mpath: vdom.ReactTag

    the mpath sub-element for the animatemotion element provides the ability to reference an external path element as the definition of a motion path.

    the mpath sub-element for the animatemotion element provides the ability to reference an external path element as the definition of a motion path.

    MDN

    Definition Classes
    SvgTags
  194. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  197. final val numOctaves: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  198. final val offset: Attr

    Definition Classes
    SvgAttrs
  199. final val opacity: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  200. final val operator: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  201. final val order: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  202. final val overflow: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  203. final val paintOrder: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  204. final val path: vdom.ReactTag

    The path element is the generic element to define a shape.

    The path element is the generic element to define a shape. All the basic shapes can be created with a path element.

    Definition Classes
    SvgTags
  205. final val pathLength: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  206. final val pattern: vdom.ReactTag

    A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated ("tiled") at fixed intervals in x and y to cover the areas to be painted.

    A pattern is used to fill or stroke an object using a pre-defined graphic object which can be replicated ("tiled") at fixed intervals in x and y to cover the areas to be painted. Patterns are defined using the pattern element and then referenced by properties fill and stroke on a given graphics element to indicate that the given element shall be filled or stroked with the referenced pattern.

    MDN

    Definition Classes
    SvgTags
  207. final val patternContentUnits: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  208. final val patternTransform: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  209. final val patternUnits: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  210. final val pointerEvents: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  211. final val points: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  212. final val pointsAtX: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  213. final val pointsAtY: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  214. final val pointsAtZ: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  215. final val polygon: vdom.ReactTag

    The polygon element defines a closed shape consisting of a set of connected straight line segments.

    The polygon element defines a closed shape consisting of a set of connected straight line segments.

    MDN

    Definition Classes
    SvgTags
  216. final val polyline: vdom.ReactTag

    The polyline element is an SVG basic shape, used to create a series of straight lines connecting several points.

    The polyline element is an SVG basic shape, used to create a series of straight lines connecting several points. Typically a polyline is used to create open shapes

    MDN

    Definition Classes
    SvgTags
  217. final val preserveAlpha: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  218. final val preserveAspectRatio: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  219. final val primitiveUnits: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  220. final val r: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  221. final val radialgradient: vdom.ReactTag

    radialGradient lets authors define radial gradients to fill or stroke graphical elements.

    radialGradient lets authors define radial gradients to fill or stroke graphical elements.

    MDN

    Definition Classes
    SvgTags
  222. final val radius: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  223. final val rect: vdom.ReactTag

    The rect element is an SVG basic shape, used to create rectangles based on the position of a corner and their width and height.

    The rect element is an SVG basic shape, used to create rectangles based on the position of a corner and their width and height. It may also be used to create rectangles with rounded corners.

    MDN

    Definition Classes
    SvgTags
  224. final val repeatCount: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  225. final val repeatDur: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  226. final val requiredFeatures: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  227. final val restart: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  228. final val result: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  229. final val rx: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  230. final val ry: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  231. final val scale: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  232. final val seed: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  233. final val set: vdom.ReactTag

    The set element provides a simple means of just setting the value of an attribute for a specified duration.

    The set element provides a simple means of just setting the value of an attribute for a specified duration. It supports all attribute types, including those that cannot reasonably be interpolated, such as string and boolean values. The set element is non-additive. The additive and accumulate attributes are not allowed, and will be ignored if specified.

    MDN

    Definition Classes
    SvgTags
  234. final val shapeRendering: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  235. final val specularConstant: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  236. final val specularExponent: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  237. final val stdDeviation: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  238. final val stitchTiles: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  239. final val stop: vdom.ReactTag

    The ramp of colors to use on a gradient is defined by the stop elements that are child elements to either the lineargradient element or the radialgradient element.

    The ramp of colors to use on a gradient is defined by the stop elements that are child elements to either the lineargradient element or the radialgradient element.

    MDN

    Definition Classes
    SvgTags
  240. final val stopColor: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  241. final val stopOpacity: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  242. final val stroke: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  243. final val strokeDasharray: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  244. final val strokeDashoffset: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  245. final val strokeLinecap: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  246. final val strokeLinejoin: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  247. final val strokeMiterlimit: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  248. final val strokeOpacity: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  249. final val strokeWidth: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  250. final val style: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  251. final val surfaceScale: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  252. final val svg: vdom.ReactTag

    When it is not the root element, the svg element can be used to nest a standalone SVG fragment inside the current document (which can be an HTML document).

    When it is not the root element, the svg element can be used to nest a standalone SVG fragment inside the current document (which can be an HTML document). This standalone fragment has its own viewPort and its own coordinate system.

    MDN

    Definition Classes
    SvgTags
  253. final val switch: vdom.ReactTag

    The switch element evaluates the requiredFeatures, requiredExtensions and systemLanguage attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true.

    The switch element evaluates the requiredFeatures, requiredExtensions and systemLanguage attributes on its direct child elements in order, and then processes and renders the first child for which these attributes evaluate to true. All others will be bypassed and therefore not rendered. If the child element is a container element such as a g, then the entire subtree is either processed/rendered or bypassed/not rendered.

    MDN

    Definition Classes
    SvgTags
  254. final val symbol: vdom.ReactTag

    The symbol element is used to define graphical template objects which can be instantiated by a use element.

    The symbol element is used to define graphical template objects which can be instantiated by a use element. The use of symbol elements for graphics that are used multiple times in the same document adds structure and semantics. Documents that are rich in structure may be rendered graphically, as speech, or as braille, and thus promote accessibility. note that a symbol element itself is not rendered. Only instances of a symbol element (i.e., a reference to a symbol by a use element) are rendered.

    MDN

    Definition Classes
    SvgTags
  255. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  256. final val targetX: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  257. final val targetY: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  258. final val text: vdom.ReactTag

    The text element defines a graphics element consisting of text.

    The text element defines a graphics element consisting of text. Note that it is possible to apply a gradient, pattern, clipping path, mask or filter to text.

    MDN

    Definition Classes
    SvgTags
  259. final val textAnchor: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  260. final val textDecoration: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  261. final val textRendering: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  262. final val textpath: vdom.ReactTag

    In addition to text drawn in a straight line, SVG also includes the ability to place text along the shape of a path element.

    In addition to text drawn in a straight line, SVG also includes the ability to place text along the shape of a path element. To specify that a block of text is to be rendered along the shape of a path, include the given text within a textPath element which includes an xlink:href attribute with a reference to a path element.

    MDN

    Definition Classes
    SvgTags
  263. final val to: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  264. def toString(): String

    Definition Classes
    AnyRef → Any
  265. final val transform: Attr

    Definition Classes
    SvgAttrs
  266. final val tref: vdom.ReactTag

    The textual content for a text can be either character data directly embedded within the text element or the character data content of a referenced element, where the referencing is specified with a tref element.

    The textual content for a text can be either character data directly embedded within the text element or the character data content of a referenced element, where the referencing is specified with a tref element.

    MDN

    Definition Classes
    SvgTags
  267. final val tspan: vdom.ReactTag

    Within a text element, text and font properties and the current text position can be adjusted with absolute or relative coordinate values by including a tspan element.

    Within a text element, text and font properties and the current text position can be adjusted with absolute or relative coordinate values by including a tspan element.

    MDN

    Definition Classes
    SvgTags
  268. final val type: Attr

    Definition Classes
    SvgAttrs
  269. final val use: vdom.ReactTag

    The use element takes nodes from within the SVG document, and duplicates them somewhere else.

    The use element takes nodes from within the SVG document, and duplicates them somewhere else. The effect is the same as if the nodes were deeply cloned into a non-exposed DOM, and then pasted where the use element is, much like anonymous content and XBL. Since the cloned nodes are not exposed, care must be taken when using CSS to style a use element and its hidden descendants. CSS attributes are not guaranteed to be inherited by the hidden, cloned DOM unless you explicitly request it using CSS inheritance.

    MDN

    Definition Classes
    SvgTags
  270. final val values: Attr

    Definition Classes
    SvgAttrs
  271. final val view: vdom.ReactTag

    A view is a defined way to view the image, like a zoom level or a detail view.

    A view is a defined way to view the image, like a zoom level or a detail view.

    MDN

    Definition Classes
    SvgTags
  272. final val viewBox: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  273. final val visibility: Attr

    Definition Classes
    SvgAttrs
  274. final val vkern: vdom.ReactTag

    The vertical distance between two glyphs in top-to-bottom fonts can be fine-tweaked with an vkern Element.

    The vertical distance between two glyphs in top-to-bottom fonts can be fine-tweaked with an vkern Element. This process is known as Kerning.

    MDN

    Definition Classes
    SvgTags
  275. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  278. final val width: Attr

    Definition Classes
    SvgAttrs
  279. final val wordSpacing: Attr

    Definition Classes
    SvgAttrs
  280. final val writingMode: Attr

    Definition Classes
    SvgAttrs
  281. final val x: Attr

    Definition Classes
    SvgAttrs
  282. final val x1: Attr

    Definition Classes
    SvgAttrs
  283. final val x2: Attr

    Definition Classes
    SvgAttrs
  284. final val xChannelSelector: Attr

    Definition Classes
    SvgAttrs
  285. final val xLink: Attr

    Definition Classes
    SvgAttrs
  286. final val xLinkHref: Attr

    Definition Classes
    SvgAttrs
  287. final val xLinkTitle: Attr

    Definition Classes
    SvgAttrs
  288. final val xmlSpace: Attr

    Definition Classes
    SvgAttrs
  289. final val xmlns: Attr

    MDN

    MDN

    Definition Classes
    SvgAttrs
  290. final val y: Attr

    Definition Classes
    SvgAttrs
  291. final val y1: Attr

    Definition Classes
    SvgAttrs
  292. final val y2: Attr

    Definition Classes
    SvgAttrs
  293. final val yChannelSelector: Attr

    Definition Classes
    SvgAttrs
  294. final val z: Attr

    Definition Classes
    SvgAttrs

Inherited from SvgAttrs

Inherited from SvgTags

Inherited from Base

Inherited from Implicits

Inherited from LowPri

Inherited from AnyRef

Inherited from Any

Ungrouped