Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 3,910 for host:developer.mozilla.org (0.04 sec)

  1. <feSpecularLighting> - SVG: Scalable Vector Gra...

    The <feSpecularLighting> SVG 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.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feSpecularLighting
    Registered: Wed Apr 16 00:44:31 UTC 2025
    - Last Modified: Tue Apr 15 00:51:19 UTC 2025
    - 144.3K bytes
    - Viewed (0)
  2. RegExp - JavaScript | MDN

    The RegExp object is used for matching text with a pattern.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
    Registered: Wed Apr 16 00:45:59 UTC 2025
    - Last Modified: Tue Apr 15 00:51:00 UTC 2025
    - 124.6K bytes
    - Viewed (0)
  3. Addition (+) - JavaScript | MDN

    The addition (+) operator produces the sum of numeric operands or string concatenation.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Addition
    Registered: Wed Apr 16 00:46:20 UTC 2025
    - Last Modified: Tue Apr 15 00:51:07 UTC 2025
    - 151.1K bytes
    - Viewed (0)
  4. encodeURIComponent() - JavaScript | MDN

    The encodeURIComponent() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeURI(), this function encodes more characters, including those that are part of the URI syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent
    Registered: Wed Apr 16 00:45:25 UTC 2025
    - Last Modified: Tue Apr 15 00:50:54 UTC 2025
    - 156K bytes
    - Viewed (0)
  5. <mask> - SVG: Scalable Vector Graphics | MDN

    The <mask> SVG element defines an alpha mask for compositing the current object into the background. A mask is used/referenced using the mask property.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/mask
    Registered: Wed Apr 16 00:44:49 UTC 2025
    - Last Modified: Tue Apr 15 00:51:19 UTC 2025
    - 145.6K bytes
    - Viewed (0)
  6. void operator - JavaScript | MDN

    The void operator evaluates the given expression and then returns undefined.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/void
    Registered: Wed Apr 16 00:46:53 UTC 2025
    - Last Modified: Tue Apr 15 00:51:08 UTC 2025
    - 153.4K bytes
    - Viewed (0)
  7. <title> โ€” the SVG accessible name element - SVG...

    The <title> SVG element provides an accessible, short-text description of any SVG container element or graphics element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/title
    Registered: Wed Apr 16 00:46:59 UTC 2025
    - Last Modified: Tue Apr 15 00:51:19 UTC 2025
    - 135.8K bytes
    - Viewed (0)
  8. dx - SVG: Scalable Vector Graphics | MDN

    The dx attribute indicates a shift along the x-axis on the position of an element or its content.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/dx Similar Results (1)
    Registered: Wed Apr 16 00:48:19 UTC 2025
    - Last Modified: Wed Apr 16 00:47:24 UTC 2025
    - 149.8K bytes
    - Viewed (0)
  9. fill - SVG: Scalable Vector Graphics | MDN

    The fill attribute has two different meanings. For shapes and text it's a presentation attribute that defines the color (or any SVG paint servers like gradients or patterns) used to paint the element; for animation it defines the final state of the animation.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/fill
    Registered: Wed Apr 16 00:48:28 UTC 2025
    - Last Modified: Wed Apr 16 00:47:24 UTC 2025
    - 172.4K bytes
    - Viewed (0)
  10. isNaN() - JavaScript | MDN

    The isNaN() function determines whether a value is NaN, first converting the value to a number if necessary. Because coercion inside the isNaN() function can be surprising, you may prefer to use Number.isNaN().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isNaN
    Registered: Wed Apr 16 00:47:35 UTC 2025
    - Last Modified: Tue Apr 15 00:50:56 UTC 2025
    - 151.2K bytes
    - Viewed (0)
Back to top