Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1161 - 1170 of 2,702 for host:developer.mozilla.org (0.05 sec)

  1. <feBlend> - SVG: Scalable Vector Graphics | MDN

    The <feBlend> SVG filter primitive composes two objects together ruled by a certain blending mode. This is similar to what is known from image editing software when blending two layers. The mode is defined by the mode attribute.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/feBlend
    Registered: Mon Nov 25 03:52:50 UTC 2024
    - Last Modified: Sat Nov 23 16:10:33 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  2. SVG fonts - SVG: Scalable Vector Graphics | MDN

    When SVG was specified, support for web fonts was not widespread in browsers. Since accessing the correct font file is crucial for rendering text correctly, a font description technology was added to SVG to provide this ability. It was implemented as a means of embedding glyph information into SVG when rendered.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/SVG_fonts
    Registered: Mon Nov 25 03:53:17 UTC 2024
    - Last Modified: Sat Nov 23 16:10:35 UTC 2024
    - 135.8K bytes
    - Viewed (0)
  3. Atomics - JavaScript | MDN

    The Atomics namespace object contains static methods for carrying out atomic operations. They are used with SharedArrayBuffer and ArrayBuffer objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics
    Registered: Mon Nov 25 03:53:38 UTC 2024
    - Last Modified: Sat Nov 23 16:10:14 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. 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: Mon Nov 25 03:53:44 UTC 2024
    - Last Modified: Sat Nov 23 16:10:35 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  5. BigInt - JavaScript | MDN

    BigInt values represent numeric values which are too large to be represented by the number primitive.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt
    Registered: Mon Nov 25 03:50:54 UTC 2024
    - Last Modified: Sat Nov 23 16:10:14 UTC 2024
    - 103.8K bytes
    - Viewed (0)
  6. JavaScript reference - JavaScript | MDN

    The JavaScript reference serves as a repository of facts about the JavaScript language. The entire language is described here in detail. As you write JavaScript code, you'll refer to these pages often (thus the title "JavaScript reference").
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
    Registered: Mon Nov 25 03:49:19 UTC 2024
    - Last Modified: Sat Nov 23 16:10:24 UTC 2024
    - 198.7K bytes
    - Viewed (0)
  7. <animate> - SVG: Scalable Vector Graphics | MDN

    The <animate> SVG element provides a way to animate an attribute of an element over time.
    developer.mozilla.org/en-US/docs/Web/SVG/Element/animate
    Registered: Mon Nov 25 03:49:41 UTC 2024
    - Last Modified: Mon Nov 25 01:24:48 UTC 2024
    - 128.6K bytes
    - Viewed (0)
  8. ArrayBuffer - JavaScript | MDN

    The ArrayBuffer object is used to represent a generic raw binary data buffer.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
    Registered: Mon Nov 25 03:48:55 UTC 2024
    - Last Modified: Sat Nov 23 16:10:14 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  9. 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: Mon Nov 25 03:57:51 UTC 2024
    - Last Modified: Sat Nov 23 16:10:10 UTC 2024
    - 253.9K bytes
    - Viewed (0)
  10. Introduction - JavaScript | MDN

    This chapter introduces JavaScript and discusses some of its fundamental concepts.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction
    Registered: Mon Nov 25 03:57:16 UTC 2024
    - Last Modified: Sat Nov 23 16:10:10 UTC 2024
    - 166K bytes
    - Viewed (0)
Back to top