Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 1 - 10 of 1,323 for host:developer.mozilla.org (0.03 sec)

  1. <font-face-src> - SVG: Scalable Vector Graphics...

    The <font-face-src> SVG element corresponds to the src descriptor in CSS @font-face rules. It serves as container for <font-face-name>, pointing to locally installed copies of this font, and <font-face-uri>, utilizing remotely defined fonts.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/font-face-src
    Registered: Fri Apr 12 00:44:38 UTC 2024
    - Last Modified: Tue Apr 09 00:42:05 UTC 2024
    - 124K bytes
    - Viewed (0)
  2. diffuseConstant - SVG: Scalable Vector Graphics...

    The diffuseConstant attribute represents the kd value in the Phong lighting model. In SVG, this can be any non-negative number.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/diffuseConstant
    Registered: Fri Apr 12 00:47:16 UTC 2024
    - Last Modified: Tue Apr 09 00:42:00 UTC 2024
    - 143.5K bytes
    - Viewed (0)
  3. font-weight - SVG: Scalable Vector Graphics | MDN

    The font-weight attribute refers to the boldness or lightness of the glyphs used to render the text, relative to other fonts in the same font family.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-weight
    Registered: Fri Apr 12 00:47:23 UTC 2024
    - Last Modified: Tue Apr 09 00:42:01 UTC 2024
    - 129.5K bytes
    - Viewed (0)
  4. Decrement (--) - JavaScript | MDN

    The decrement (--) operator decrements (subtracts one from) its operand and returns the value before or after the decrement, depending on where the operator is placed.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Decrement
    Registered: Fri Apr 12 00:47:29 UTC 2024
    - Last Modified: Tue Apr 09 00:41:54 UTC 2024
    - 129K bytes
    - Viewed (0)
  5. Introduction - SVG: Scalable Vector Graphics | MDN

    SVG is an XML language, similar to XHTML, which can be used to draw vector graphics, such as the one shown below. It can be used to create an image either by specifying all the lines and shapes necessary, by modifying already existing raster images, or by a combination of both. The image and its components can also be transformed, composited together, or filtered to change their appearance completely.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Introduction
    Registered: Fri Apr 12 00:36:53 UTC 2024
    - Last Modified: Tue Apr 09 00:42:06 UTC 2024
    - 131.8K bytes
    - Viewed (0)
  6. bias - SVG: Scalable Vector Graphics | MDN

    The bias attribute shifts the range of the filter. After applying the kernelMatrix of the <feConvolveMatrix> element to the input image to yield a number and applied the divisor attribute, the bias attribute is added to each component. This allows representation of values that would otherwise be clamped to 0 or 1.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/bias
    Registered: Fri Apr 12 00:45:34 UTC 2024
    - Last Modified: Tue Apr 09 00:42:00 UTC 2024
    - 120.6K bytes
    - Viewed (0)
  7. await - JavaScript | MDN

    The await operator is used to wait for a Promise and get its fulfillment value. It can only be used inside an async function or at the top level of a module.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await
    Registered: Fri Apr 12 00:45:36 UTC 2024
    - Last Modified: Tue Apr 09 00:41:54 UTC 2024
    - 203.8K bytes
    - Viewed (0)
  8. Logical AND (&&) - JavaScript | MDN

    The logical AND (&&) (logical conjunction) operator for a set of boolean operands will be true if and only if all the operands are true. Otherwise it will be false.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_AND
    Registered: Fri Apr 12 00:47:39 UTC 2024
    - Last Modified: Tue Apr 09 00:41:55 UTC 2024
    - 148.6K bytes
    - Viewed (0)
  9. <rect> - SVG: Scalable Vector Graphics | MDN

    The <rect> element is a basic SVG shape that draws rectangles, defined by their position, width, and height. The rectangles may have their corners rounded.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/rect
    Registered: Fri Apr 12 00:45:51 UTC 2024
    - Last Modified: Tue Apr 09 00:42:05 UTC 2024
    - 137.5K bytes
    - Viewed (0)
  10. Logical NOT (!) - JavaScript | MDN

    The logical NOT (!) (logical complement, negation) operator takes truth to falsity and vice versa. It is typically used with boolean (logical) values. When used with non-Boolean values, it returns false if its single operand can be converted to true; otherwise, returns true.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_NOT
    Registered: Fri Apr 12 00:45:58 UTC 2024
    - Last Modified: Tue Apr 09 00:41:55 UTC 2024
    - 131.4K bytes
    - Viewed (0)
Back to top