Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 733 for host:developer.mozilla.org (0.04 sec)

  1. <feConvolveMatrix> - SVG: Scalable Vector Graph...

    The <feConvolveMatrix> SVG filter primitive applies a matrix convolution filter effect. A convolution combines pixels in the input image with neighboring pixels to produce a resulting image. A wide variety of imaging operations can be achieved through convolutions, including blurring, edge detection, sharpening, embossing and beveling.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feConvolveMatrix
    Registered: Fri May 03 00:36:27 UTC 2024
    - Last Modified: Thu May 02 00:44:52 UTC 2024
    - 155.3K bytes
    - Viewed (0)
  2. JavaScript language overview - JavaScript | MDN

    JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Its syntax is based on the Java and C languages โ€” many structures from those languages apply to JavaScript as well. JavaScript supports object-oriented programming with object prototypes and classes. It also supports functional programming since functions are first-class objects that can be easily created via expressions and passed around like any other object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Language_overview
    Registered: Fri May 03 00:36:31 UTC 2024
    - Last Modified: Thu May 02 00:44:02 UTC 2024
    - 344.6K bytes
    - Viewed (0)
  3. <feImage> - SVG: Scalable Vector Graphics | MDN

    The <feImage> SVG filter primitive fetches image data from an external source and provides the pixel data as output (meaning if the external source is an SVG image, it is rasterized.)
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feImage
    Registered: Fri May 03 00:37:23 UTC 2024
    - Last Modified: Thu May 02 00:44:53 UTC 2024
    - 138.4K bytes
    - Viewed (0)
  4. <feOffset> - SVG: Scalable Vector Graphics | MDN

    The <feOffset> SVG filter primitive allows to offset the input image. The input image as a whole is offset by the values specified in the dx and dy attributes.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feOffset
    Registered: Fri May 03 00:37:27 UTC 2024
    - Last Modified: Thu May 02 00:44:53 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  5. font-family - SVG: Scalable Vector Graphics | MDN

    The font-family attribute indicates which font family will be used to render the text, specified as a prioritized list of font family names and/or generic family names.
    developer.mozilla.org/en-US/docs/Web/SVG/Attribute/font-family
    Registered: Fri May 03 00:49:13 UTC 2024
    - Last Modified: Fri May 03 00:43:18 UTC 2024
    - 130.1K bytes
    - Viewed (0)
  6. Exponentiation (**) - JavaScript | MDN

    The exponentiation (**) operator returns the result of raising the first operand to the power of the second operand. It is equivalent to Math.pow(), except it also accepts BigInts as operands.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation
    Registered: Fri May 03 00:49:14 UTC 2024
    - Last Modified: Fri May 03 00:43:13 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. 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 May 03 00:49:24 UTC 2024
    - Last Modified: Fri May 03 00:43:18 UTC 2024
    - 120.7K bytes
    - Viewed (0)
  8. Function: name - JavaScript | MDN

    The name data property of a Function instance indicates the function's name as specified when it was created, or it may be either anonymous or '' (an empty string) for functions created anonymously.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
    Registered: Fri May 03 01:08:54 UTC 2024
    - Last Modified: Fri May 03 00:43:05 UTC 2024
    - 134.8K bytes
    - Viewed (0)
  9. 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 May 03 00:40:32 UTC 2024
    - Last Modified: Thu May 02 00:44:55 UTC 2024
    - 133.1K bytes
    - Viewed (0)
  10. Promise - JavaScript | MDN

    The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
    Registered: Fri May 03 00:39:21 UTC 2024
    - Last Modified: Thu May 02 00:44:23 UTC 2024
    - 211.2K bytes
    - Viewed (0)
Back to top