Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2941 - 2950 of about 10,000 for content_length:[100000 TO 499999] (0.15 sec)

  1. Basic transformations - SVG | MDN

    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/Tutorials/SVG_from_scratch/Basic_transformations
    Registered: Fri Jan 16 01:15:16 UTC 2026
    - Last Modified: Thu Jan 15 01:03:11 UTC 2026
    - 171.8K bytes
    - Viewed (0)
  2. Filter effects - SVG | MDN

    There are situations where basic shapes do not provide the flexibility you need to achieve a certain effect. Drop shadows, to provide a popular example, cannot be created reasonably with a combination of gradients. Filters are SVG's mechanism to create sophisticated effects.
    developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Filter_effects
    Registered: Fri Jan 16 01:15:20 UTC 2026
    - Last Modified: Fri Jan 16 01:05:55 UTC 2026
    - 169.4K bytes
    - Viewed (0)
  3. DataView - JavaScript | MDN

    The DataView view provides a low-level interface for reading and writing multiple number types in a binary ArrayBuffer, without having to care about the platform's endianness.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView
    Registered: Fri Jan 16 01:15:25 UTC 2026
    - Last Modified: Thu Jan 15 01:02:58 UTC 2026
    - 156.9K bytes
    - Viewed (0)
  4. Namespaces crash course - SVG | MDN

    As an XML dialect, SVG is namespaced. It is important to understand the concept of namespaces and how they are used if you plan to author SVG content. Namespaces are essential to user agents that support multiple XML dialects; browsers must be very strict. Taking the time to understand namespaces now will save you from future headaches.
    developer.mozilla.org/en-US/docs/Web/SVG/Guides/Namespaces_crash_course
    Registered: Fri Jan 16 01:16:15 UTC 2026
    - Last Modified: Thu Jan 15 01:03:09 UTC 2026
    - 179.3K bytes
    - Viewed (0)
  5. Closures - JavaScript | MDN

    A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives a function access to its outer scope. In JavaScript, closures are created every time a function is created, at function creation time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Closures
    Registered: Fri Jan 16 01:15:49 UTC 2026
    - Last Modified: Fri Jan 16 01:05:42 UTC 2026
    - 206K bytes
    - Viewed (0)
  6. RangeError - JavaScript | MDN

    The RangeError object indicates an error when a value is not in the set or range of allowed values.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RangeError
    Registered: Fri Jan 16 01:14:28 UTC 2026
    - Last Modified: Thu Jan 15 01:03:02 UTC 2026
    - 151.5K bytes
    - Viewed (0)
  7. <feDropShadow> - SVG | MDN

    The <feDropShadow> SVG filter primitive creates a drop shadow of the input image. It can only be used inside a <filter> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feDropShadow
    Registered: Fri Jan 16 01:14:46 UTC 2026
    - Last Modified: Fri Jan 16 01:05:55 UTC 2026
    - 170.9K bytes
    - Viewed (0)
  8. Left shift (<<) - JavaScript | MDN

    The left shift (<<) operator returns a number or BigInt whose binary representation is the first operand shifted by the specified number of bits to the left. Excess bits shifted off to the left are discarded, and zero bits are shifted in from the right.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Left_shift
    Registered: Fri Jan 16 01:32:02 UTC 2026
    - Last Modified: Fri Jan 16 01:05:51 UTC 2026
    - 185.4K bytes
    - Viewed (0)
  9. array - Rust

    A fixed-size array, denoted `[T; N]`, for the element type, `T`, and the non-negative compile-time constant size, `N`.
    doc.rust-lang.org/std/primitive.array.html
    Registered: Fri Jan 16 01:31:32 UTC 2026
    - Last Modified: Thu Dec 11 14:50:42 UTC 2025
    - 337.8K bytes
    - Viewed (0)
  10. orient - SVG | MDN

    The orient attribute indicates how a marker is rotated when it is placed at its position on the shape.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/orient
    Registered: Fri Jan 16 01:31:32 UTC 2026
    - Last Modified: Fri Jan 16 01:05:54 UTC 2026
    - 166.7K bytes
    - Viewed (0)
Back to top