scalatags.text

SvgTags

trait SvgTags extends generic.SvgTags[Builder, String, String]

Linear Supertypes
generic.SvgTags[Builder, String, String], Util[Builder, String, String], LowPriUtil[Builder, String, String], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SvgTags
  2. SvgTags
  3. Util
  4. LowPriUtil
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ConcreteHtmlTag[T <: String] <: TypedTag[Builder, T, String]

    Definition Classes
    Util
  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 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

Abstract Value Members

  1. implicit abstract def SeqFrag[A](xs: Seq[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
  2. implicit abstract def UnitFrag(u: Unit): generic.Frag[Builder, String]

    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
    LowPriUtil
  3. abstract def makeAbstractTypedTag[T <: String](tag: String, void: Boolean, namespaceConfig: Namespace): ConcreteHtmlTag[T]

    Definition Classes
    Util
  4. implicit abstract def stringAttrX: AttrValue[Builder, String]

    Attributes
    protected[this]
    Definition Classes
    Util
  5. implicit abstract def stringPixelStyleX: PixelStyleValue[Builder, String]

    Attributes
    protected[this]
    Definition Classes
    Util
  6. implicit abstract def stringStyleX: StyleValue[Builder, String]

    Attributes
    protected[this]
    Definition Classes
    Util

Concrete 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) ⇒ 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) ⇒ 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. val altglyph: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  9. val altglyphdef: ConcreteHtmlTag[Nothing]

    The altGlyphDef element defines a substitution representation for glyphs.

    The altGlyphDef element defines a substitution representation for glyphs.

    MDN

    Definition Classes
    SvgTagsSvgTags
  10. val altglyphitem: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  11. val animate: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  12. val animatemotion: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  13. val animatetransform: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. val circle: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  16. val clippath: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. val color-profile: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  19. val cursor: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  20. val defs: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  21. val desc: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  22. val ellipse: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  23. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  25. val feblend: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  26. val fecolormatrix: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  27. val fecomponenttransfer: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  28. val fecomposite: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  29. val feconvolvematrix: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  30. val fediffuselighting: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  31. val fedisplacementmap: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  32. val fedistantlighting: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  33. val feflood: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  34. val fefunca: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  35. val fefuncb: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  36. val fefuncg: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  37. val fefuncr: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  38. val fegaussianblur: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  39. val feimage: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  40. val femerge: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  41. val femergenode: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  42. val femorphology: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  43. val feoffset: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  44. val fepointlight: ConcreteHtmlTag[Nothing]

    Definition Classes
    SvgTagsSvgTags
  45. val fespecularlighting: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  46. val fespotlight: ConcreteHtmlTag[Nothing]

    Definition Classes
    SvgTagsSvgTags
  47. val fetile: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  48. val feturbulance: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  49. val filter: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  50. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. val font: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  52. val font-face: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  53. val font-face-format: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  54. val font-face-name: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  55. val font-face-src: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  56. val font-face-uri: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  57. val foreignobject: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  58. val g: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  59. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  60. val glyph: ConcreteHtmlTag[Nothing]

    A glyph defines a single glyph in an SVG font.

    A glyph defines a single glyph in an SVG font.

    MDN

    Definition Classes
    SvgTagsSvgTags
  61. val glyphref: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  62. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  63. val hkern: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  64. val image: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  65. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  66. val line: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  67. val lineargradient: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  68. val marker: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  69. val mask: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  70. val metadata: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  71. val missing-glyph: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  72. val mpath: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  73. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  76. val path: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  77. val pattern: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  78. val polygon: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  79. val polyline: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  80. val radialgradient: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  81. val rect: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  82. val set: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  83. val stop: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  84. val svg: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  85. val switch: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  86. val symbol: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  88. val text: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  89. val textpath: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  90. def toString(): String

    Definition Classes
    AnyRef → Any
  91. val tref: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  92. val tspan: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  93. val use: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  94. val view: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  95. val vkern: ConcreteHtmlTag[Nothing]

    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
    SvgTagsSvgTags
  96. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

Inherited from Util[Builder, String, String]

Inherited from LowPriUtil[Builder, String, String]

Inherited from AnyRef

Inherited from Any

Ungrouped