Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 531 - 540 of about 10,000 for content_length:[100000 TO 499999] (0.08 sec)

  1. <feComposite> - SVG: Scalable Vector Graphics |...

    The <feComposite> SVG filter primitive performs the combination of two input images pixel-wise in image space using one of the Porter-Duff compositing operations: over, in, atop, out, xor, lighter, or arithmetic.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feComposite
    Registered: Wed Feb 12 00:39:19 UTC 2025
    - Last Modified: Tue Feb 11 00:49:31 UTC 2025
    - 149.2K bytes
    - Viewed (0)
  2. 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 Feb 12 00:39:20 UTC 2025
    - Last Modified: Thu Feb 06 00:53:58 UTC 2025
    - 150.4K bytes
    - Viewed (0)
  3. <feTile> - SVG: Scalable Vector Graphics | MDN

    The <feTile> SVG filter primitive allows to fill a target rectangle with a repeated, tiled pattern of an input image. The effect is similar to the one of a <pattern>.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feTile
    Registered: Wed Feb 12 00:39:28 UTC 2025
    - Last Modified: Thu Feb 06 00:54:18 UTC 2025
    - 131K bytes
    - Viewed (0)
  4. <font-face-uri> - SVG: Scalable Vector Graphics...

    The <font-face-uri> SVG element points to a remote definition of the current font.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/font-face-uri
    Registered: Wed Feb 12 00:39:38 UTC 2025
    - Last Modified: Thu Feb 06 00:54:18 UTC 2025
    - 122.3K bytes
    - Viewed (0)
  5. <polygon> - SVG: Scalable Vector Graphics | MDN

    The <polygon> SVG element defines a closed shape consisting of a set of connected straight line segments. The last point is connected to the first point.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/polygon
    Registered: Wed Feb 12 00:36:57 UTC 2025
    - Last Modified: Thu Feb 06 00:54:18 UTC 2025
    - 128.7K bytes
    - Viewed (0)
  6. <feFlood> - SVG: Scalable Vector Graphics | MDN

    The <feFlood> SVG filter primitive fills the filter subregion with the color and opacity defined by flood-color and flood-opacity.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feFlood
    Registered: Wed Feb 12 00:38:44 UTC 2025
    - Last Modified: Thu Feb 06 00:54:17 UTC 2025
    - 129.6K bytes
    - Viewed (0)
  7. <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/Element/feSpecularLighting
    Registered: Wed Feb 12 00:37:27 UTC 2025
    - Last Modified: Tue Feb 11 00:49:32 UTC 2025
    - 134.2K bytes
    - Viewed (0)
  8. <pattern> - SVG: Scalable Vector Graphics | MDN

    The <pattern> SVG element defines a graphics object which can be redrawn at repeated x- and y-coordinate intervals ("tiled") to cover an area.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern
    Registered: Wed Feb 12 00:38:22 UTC 2025
    - Last Modified: Thu Feb 06 00:54:18 UTC 2025
    - 138.7K bytes
    - Viewed (0)
  9. const - JavaScript | MDN

    The const declaration declares block-scoped local variables. The value of a constant can't be changed through reassignment using the assignment operator, but if a constant is an object, its properties can be added, updated, or removed.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const
    Registered: Wed Feb 12 00:48:17 UTC 2025
    - Last Modified: Thu Feb 06 00:54:10 UTC 2025
    - 156.6K bytes
    - Viewed (0)
  10. descent - SVG: Scalable Vector Graphics | MDN

    The descent attribute defines the maximum unaccented depth of the font.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/descent
    Registered: Wed Feb 12 00:48:26 UTC 2025
    - Last Modified: Thu Feb 06 00:54:14 UTC 2025
    - 120.2K bytes
    - Viewed (0)
Back to top