Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1091 - 1100 of 2,702 for host:developer.mozilla.org (0.07 sec)

  1. slope - SVG: Scalable Vector Graphics | MDN

    The slope attribute defines the values for linear filters, such as brightness.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/slope
    Registered: Mon Nov 25 05:08:44 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 128.9K bytes
    - Viewed (0)
  2. textLength - SVG: Scalable Vector Graphics | MDN

    The textLength attribute, available on SVG <text> and <tspan> elements, lets you specify the width of the space into which the text will draw. The user agent will ensure that the text does not extend farther than that distance, using the method or methods specified by the lengthAdjust attribute. By default, only the spacing between characters is adjusted, but the glyph size can also be adjusted if you change lengthAdjust.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/textLength
    Registered: Mon Nov 25 05:18:19 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 140.5K bytes
    - Viewed (0)
  3. transform - SVG: Scalable Vector Graphics | MDN

    The transform attribute defines a list of transform definitions that are applied to an element and the element's children.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform
    Registered: Mon Nov 25 05:18:30 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 158.8K bytes
    - Viewed (0)
  4. Warning: unreachable code after return statemen...

    The JavaScript warning "unreachable code after return statement" occurs when using an expression after a return statement, or when using a semicolon-less return statement but including an expression directly after.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Stmt_after_return
    Registered: Mon Nov 25 05:19:36 UTC 2024
    - Last Modified: Sat Nov 23 16:10:12 UTC 2024
    - 141.6K bytes
    - Viewed (0)
  5. vert-origin-y - SVG: Scalable Vector Graphics |...

    The vert-origin-y attribute indicates the y-coordinate in the font coordinate system of the origin of a glyph to be used when drawing vertically oriented text.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/vert-origin-y
    Registered: Mon Nov 25 05:18:45 UTC 2024
    - Last Modified: Sat Nov 23 16:10:33 UTC 2024
    - 122.8K bytes
    - Viewed (0)
  6. unicode-bidi - SVG: Scalable Vector Graphics | MDN

    The unicode-bidi attribute specifies how the accumulation of the background image is managed.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/unicode-bidi
    Registered: Mon Nov 25 05:20:44 UTC 2024
    - Last Modified: Sat Nov 23 16:10:33 UTC 2024
    - 123.1K bytes
    - Viewed (0)
  7. text-anchor - SVG: Scalable Vector Graphics | MDN

    The text-anchor attribute is used to align (start-, middle- or end-alignment) a string of pre-formatted text or auto-wrapped text where the wrapping area is determined from the inline-size property relative to a given point.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-anchor
    Registered: Mon Nov 25 05:16:43 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 134.7K bytes
    - Viewed (0)
  8. SyntaxError: missing = in const declaration - J...

    The JavaScript exception "missing = in const declaration" occurs when a const declaration was not given a value in the same statement (like const RED_FLAG;). You need to provide one (const RED_FLAG = "#ff0").
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Missing_initializer_in_const
    Registered: Mon Nov 25 05:16:59 UTC 2024
    - Last Modified: Sat Nov 23 16:10:12 UTC 2024
    - 141.5K bytes
    - Viewed (0)
  9. x-height - SVG: Scalable Vector Graphics | MDN

    The x-height attribute indicates the height of lowercase glyphs in the font within the font coordinate system.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/x-height
    Registered: Mon Nov 25 05:18:56 UTC 2024
    - Last Modified: Sat Nov 23 16:10:33 UTC 2024
    - 121.9K bytes
    - Viewed (0)
  10. requiredFeatures - SVG: Scalable Vector Graphic...

    The requiredFeatures attribute takes a list of feature strings, with the individual strings separated by white space. It determines whether or not all of the named features are supported by the browser; if all of them are supported, the attribute evaluates to true end the element is rendered; otherwise, the attribute evaluates to false and the current element and its children are skipped and thus will not be rendered. This provides a way to design SVG that gracefully falls back when features aren't available.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/requiredFeatures
    Registered: Mon Nov 25 05:05:34 UTC 2024
    - Last Modified: Sat Nov 23 16:10:32 UTC 2024
    - 229.5K bytes
    - Viewed (0)
Back to top