Trait/Object

japgolly.scalajs.react.vdom

SvgAttrAndStyles

Related Docs: object SvgAttrAndStyles | package vdom

Permalink

trait SvgAttrAndStyles extends SvgAttrs with SvgStyles

Linear Supertypes
SvgStyles, SvgAttrs, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SvgAttrAndStyles
  2. SvgStyles
  3. SvgAttrs
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def accentHeight: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  5. final def accumulate: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  6. final def additive: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  7. final def alignmentBaseline: Attr[Any]

    Permalink

    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

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

    Permalink
    Definition Classes
    Any
  9. final def ascent: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  10. final def attributeName: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  11. final def attributeType: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  12. final def azimuth: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  13. final def baseFrequency: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  14. final def baselineShift: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  15. final def begin: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  16. final def bias: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  17. final def calcMode: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  18. final def class: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  19. final def clip: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  20. final def clipPath: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  21. final def clipPathUnits: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  22. final def clipRule: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def color: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  25. final def colorInterpolation: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  26. final def colorInterpolationFilters: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  27. final def colorProfile: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  28. final def colorRendering: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  29. final def contentScriptType: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  30. final def contentStyleType: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  31. final def cursor: Attr[Any]

    Permalink

    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

    Definition Classes
    SvgAttrs
  32. final def cx: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  33. final def cy: Attr[Any]

    Permalink

    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>

    Definition Classes
    SvgAttrs
  34. final def d: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  35. final def diffuseConstant: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  36. final def direction: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  37. final def display: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  38. final def divisor: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  39. final def dominantBaseline: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  40. final def dur: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  41. final def dx: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  42. final def dy: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  43. final def edgeMode: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  44. final def elevation: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  45. final def end: Attr[Any]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def externalResourcesRequired: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  49. final def fill: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  50. final def fillOpacity: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  51. final def fillRule: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  52. final def filter: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  53. final def filterRes: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  54. final def filterUnits: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  55. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. final def floodColor: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  57. final def floodOpacity: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  58. final def fontFamily: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  59. final def fontSize: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  60. final def fontSizeAdjust: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  61. final def fontStretch: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  62. final def fontVariant: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  63. final def fontWeight: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  64. final def from: Attr[Any]

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

    Permalink
    Definition Classes
    AnyRef → Any
  66. final def gradientTransform: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  67. final def gradientUnits: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  68. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  69. final def height: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  70. final def id: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  71. final def imageRendering: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  72. final def in: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  73. final def in2: Attr[Any]

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

    Permalink
    Definition Classes
    Any
  75. final def k1: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  76. final def k2: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  77. final def k3: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  78. final def k4: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  79. final def kernelMatrix: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  80. final def kernelUnitLength: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  81. final def kerning: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  82. final def keySplines: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  83. final def keyTimes: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  84. final def letterSpacing: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  85. final def lightingColor: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  86. final def limitingConeAngle: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  87. final def local: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  88. final def markerEnd: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  89. final def markerHeight: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  90. final def markerMid: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  91. final def markerStart: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  92. final def markerUnits: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  93. final def markerWidth: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  94. final def mask: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  95. final def maskContentUnits: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  96. final def maskUnits: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  97. final def max: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  98. final def min: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  99. final def mode: Attr[Any]

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

    Permalink
    Definition Classes
    AnyRef
  101. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  102. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  103. final def numOctaves: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  104. final def offset: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  105. final def opacity: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  106. final def operator: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  107. final def order: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  108. final def overflow: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  109. final def paintOrder: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  110. final def pathLength: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  111. final def patternContentUnits: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  112. final def patternTransform: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  113. final def patternUnits: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  114. final def pointerEvents: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  115. final def points: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  116. final def pointsAtX: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  117. final def pointsAtY: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  118. final def pointsAtZ: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  119. final def preserveAlpha: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  120. final def preserveAspectRatio: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  121. final def primitiveUnits: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  122. final def r: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  123. final def radius: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  124. final def repeatCount: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  125. final def repeatDur: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  126. final def requiredFeatures: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  127. final def restart: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  128. final def result: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  129. final def rx: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  130. final def ry: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  131. final def scale: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  132. final def seed: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  133. final def shapeRendering: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  134. final def specularConstant: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  135. final def specularExponent: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  136. final def spreadMethod: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  137. final def stdDeviation: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  138. final def stitchTiles: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  139. final def stopColor: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  140. final def stopOpacity: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  141. final def stroke: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  142. final def strokeDasharray: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  143. final def strokeDashoffset: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  144. final def strokeLinecap: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  145. final def strokeLinejoin: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  146. final def strokeMiterlimit: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  147. final def strokeOpacity: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  148. final def strokeWidth: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  149. final def style: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  150. final def surfaceScale: Attr[Any]

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

    Permalink
    Definition Classes
    AnyRef
  152. final def targetX: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  153. final def targetY: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  154. final def textAnchor: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  155. final def textDecoration: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  156. final def textRendering: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  157. final def to: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  158. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  159. final def transform: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  160. final def type: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  161. final def untypedRef: Ref.type

    Permalink
    Definition Classes
    SvgAttrs
  162. final def values: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  163. object vectorEffect extends Style[String]

    Permalink

    NOTE: This is a Style because react.js does not support it as an Attribute

    NOTE: This is a Style because react.js does not support it as an Attribute

    Sometimes it is of interest to let the outline of an object keep its original width no matter which transforms are applied to it. For example, in a map with a 2px wide line representing roads it is of interest to keep the roads 2px wide even when the user zooms into the map. To achieve this, SVG Tiny 1.2 introduces the 'vector-effect' property. Future versions of the SVG language will allow for more powerful vector effects through this property but this version restricts it to being able to specify the non-scaling stroke behavior

    Definition Classes
    SvgStyles
  164. final def viewBox: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  165. final def visibility: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  166. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  169. final def width: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  170. final def wordSpacing: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  171. final def writingMode: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  172. final def x: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  173. final def x1: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  174. final def x2: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  175. final def xChannelSelector: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  176. final def xlinkActuate: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  177. final def xlinkArcrole: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  178. final def xlinkHref: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  179. final def xlinkRole: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  180. final def xlinkShow: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  181. final def xlinkTitle: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  182. final def xlinkType: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  183. final def xmlBase: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  184. final def xmlLang: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  185. final def xmlSpace: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  186. final def xmlns: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  187. final def y: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  188. final def y1: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  189. final def y2: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  190. final def yChannelSelector: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs
  191. final def z: Attr[Any]

    Permalink
    Definition Classes
    SvgAttrs

Inherited from SvgStyles

Inherited from SvgAttrs

Inherited from AnyRef

Inherited from Any

Ungrouped