Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 2,702 for host:developer.mozilla.org (1.45 sec)

  1. Basic transformations - SVG: Scalable Vector Gr...

    Now we're ready to start distorting our beautiful images. But first, let's formally introduce the <g> element. With this helper, you can assign properties to a complete set of elements. Actually, that's its only purpose.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Basic_Transformations
    Registered: Mon Nov 25 03:54:36 UTC 2024
    - Last Modified: Sat Nov 23 16:10:34 UTC 2024
    - 143.5K bytes
    - Viewed (0)
  2. <metadata> - SVG: Scalable Vector Graphics | MDN

    The <metadata> SVG element adds metadata to SVG content. Metadata is structured information about data. The contents of <metadata> should be elements from other XML namespaces such as RDF, FOAF, etc.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/metadata
    Registered: Mon Nov 25 03:57:53 UTC 2024
    - Last Modified: Sat Nov 23 16:10:34 UTC 2024
    - 137.3K bytes
    - Viewed (0)
  3. <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: Mon Nov 25 04:06:35 UTC 2024
    - Last Modified: Sat Nov 23 16:10:34 UTC 2024
    - 134.7K bytes
    - Viewed (0)
  4. export - JavaScript | MDN

    The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it โ€” when a module updates the value of a binding that it exports, the update will be visible in its imported value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
    Registered: Mon Nov 25 04:06:42 UTC 2024
    - Last Modified: Sat Nov 23 16:10:26 UTC 2024
    - 171.1K bytes
    - Viewed (0)
  5. <fePointLight> - SVG: Scalable Vector Graphics ...

    The <fePointLight> SVG filter primitive defines a light source which allows to create a point light effect. It that can be used within a lighting filter primitive: <feDiffuseLighting> or <feSpecularLighting>.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLight
    Registered: Mon Nov 25 04:06:42 UTC 2024
    - Last Modified: Mon Nov 25 01:24:49 UTC 2024
    - 129.8K bytes
    - Viewed (0)
  6. <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: Mon Nov 25 04:01:37 UTC 2024
    - Last Modified: Mon Nov 25 01:24:49 UTC 2024
    - 129.3K bytes
    - Viewed (0)
  7. <g> - SVG: Scalable Vector Graphics | MDN

    The <g> SVG element is a container used to group other SVG elements.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/g
    Registered: Mon Nov 25 03:59:35 UTC 2024
    - Last Modified: Sat Nov 23 16:10:34 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  8. Addition assignment (+=) - JavaScript | MDN

    The addition assignment (+=) operator performs addition (which is either numeric addition or string concatenation) on the two operands and assigns the result to the left operand.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Addition_assignment
    Registered: Mon Nov 25 04:01:15 UTC 2024
    - Last Modified: Sat Nov 23 16:10:24 UTC 2024
    - 143.5K bytes
    - Viewed (0)
  9. DataView.prototype.getUint16() - JavaScript | MDN

    The getUint16() method of DataView instances reads 2 bytes starting at the specified byte offset of this DataView and interprets them as a 16-bit unsigned integer. There is no alignment constraint; multi-byte values may be fetched from any offset within bounds.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getUint16
    Registered: Mon Nov 25 07:11:57 UTC 2024
    - Last Modified: Sat Nov 23 16:10:14 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  10. DataView.prototype.byteLength - JavaScript | MDN

    The byteLength accessor property of DataView instances returns the length (in bytes) of this view.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/byteLength
    Registered: Mon Nov 25 07:12:03 UTC 2024
    - Last Modified: Sat Nov 23 16:10:14 UTC 2024
    - 68.4K bytes
    - Viewed (0)
Back to top