Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 3,225 for host:developer.mozilla.org (0.04 sec)

  1. <animateMotion> - SVG: Scalable Vector Graphics...

    The <animateMotion> SVG element provides a way to define how an element moves along a motion path.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/animateMotion
    Registered: Wed Mar 12 00:41:14 UTC 2025
    - Last Modified: Tue Mar 11 00:46:49 UTC 2025
    - 135.6K bytes
    - Viewed (0)
  2. <feMorphology> - SVG: Scalable Vector Graphics ...

    The <feMorphology> SVG filter primitive is used to erode or dilate the input image. Its usefulness lies especially in fattening or thinning effects.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feMorphology
    Registered: Wed Mar 12 00:41:21 UTC 2025
    - Last Modified: Tue Mar 11 00:46:50 UTC 2025
    - 135.4K bytes
    - Viewed (0)
  3. Regular expressions - JavaScript | MDN

    Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec() and test() methods of RegExp, and with the match(), matchAll(), replace(), replaceAll(), search(), and split() methods of String. This chapter describes JavaScript regular expressions. It provides a brief overview of each syntax element. For a detailed explanation of each one's semantics, read the regular expressions reference.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions
    Registered: Wed Mar 12 00:41:27 UTC 2025
    - Last Modified: Tue Mar 11 00:46:24 UTC 2025
    - 198.8K bytes
    - Viewed (0)
  4. <use> - SVG: Scalable Vector Graphics | MDN

    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, then pasted where the use element is, much like cloned template elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/use
    Registered: Wed Mar 12 00:42:21 UTC 2025
    - Last Modified: Tue Mar 11 00:46:50 UTC 2025
    - 139.4K bytes
    - Viewed (0)
  5. Bitwise OR assignment (|=) - JavaScript | MDN

    The bitwise OR assignment (|=) operator performs bitwise OR on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_OR_assignment
    Registered: Wed Mar 12 00:42:25 UTC 2025
    - Last Modified: Tue Mar 11 00:46:41 UTC 2025
    - 140.5K bytes
    - Viewed (0)
  6. <image> - SVG: Scalable Vector Graphics | MDN

    The <image> SVG element includes images inside SVG documents. It can display raster image files or other SVG files.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/image
    Registered: Wed Mar 12 00:41:56 UTC 2025
    - Last Modified: Tue Mar 11 00:46:50 UTC 2025
    - 137.7K bytes
    - Viewed (0)
  7. URIError - JavaScript | MDN

    The URIError object represents an error when a global URI handling function was used in a wrong way.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError
    Registered: Wed Mar 12 00:42:33 UTC 2025
    - Last Modified: Tue Mar 11 00:46:41 UTC 2025
    - 73.6K bytes
    - Viewed (0)
  8. Set - JavaScript | MDN

    The Set object lets you store unique values of any type, whether primitive values or object references.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
    Registered: Wed Mar 12 00:42:41 UTC 2025
    - Last Modified: Tue Mar 11 00:46:35 UTC 2025
    - 119.3K bytes
    - Viewed (0)
  9. <mpath> - SVG: Scalable Vector Graphics | MDN

    The <mpath> SVG sub-element for the <animateMotion> element provides the ability to reference an external <path> element as the definition of a motion path.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/mpath
    Registered: Wed Mar 12 00:42:41 UTC 2025
    - Last Modified: Tue Mar 11 00:46:50 UTC 2025
    - 129.4K bytes
    - Viewed (0)
  10. stroke-linecap - SVG: Scalable Vector Graphics ...

    The stroke-linecap attribute is a presentation attribute defining the shape to be used at the end of open subpaths when they are stroked.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-linecap
    Registered: Wed Mar 12 00:55:13 UTC 2025
    - Last Modified: Tue Mar 11 00:46:48 UTC 2025
    - 138.4K bytes
    - Viewed (0)
Back to top