Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2681 - 2690 of about 10,000 for content_length:[100000 TO 499999] (0.12 sec)

  1. SVG Attribute reference - SVG | MDN

    SVG elements can be modified using attributes that specify details about exactly how the element should be handled or rendered.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute
    Registered: Mon Aug 11 00:50:34 UTC 2025
    - Last Modified: Sat Aug 09 00:47:51 UTC 2025
    - 184K bytes
    - Viewed (0)
  2. <polyline> - SVG | MDN

    The <polyline> SVG element is an SVG basic shape that creates straight lines connecting several points. Typically a polyline is used to create open shapes as the last point doesn't have to be connected to the first point. For closed shapes see the <polygon> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/polyline
    Registered: Mon Aug 11 00:52:41 UTC 2025
    - Last Modified: Sat Aug 09 00:47:54 UTC 2025
    - 114.5K bytes
    - Viewed (0)
  3. <feOffset> - SVG | MDN

    The <feOffset> SVG filter primitive enables offsetting an input image relative to its current position. 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/Reference/Element/feOffset
    Registered: Mon Aug 11 00:52:59 UTC 2025
    - Last Modified: Sat Aug 09 00:47:54 UTC 2025
    - 115.4K bytes
    - Viewed (0)
  4. Loops and iteration - JavaScript | MDN

    Loops offer a quick and easy way to do something repeatedly. This chapter of the JavaScript Guide introduces the different iteration statements available to JavaScript.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Loops_and_iteration
    Registered: Mon Aug 11 00:48:36 UTC 2025
    - Last Modified: Sat Aug 09 00:47:24 UTC 2025
    - 180.4K bytes
    - Viewed (0)
  5. Applying SVG effects to HTML content - SVG | MDN

    Modern browsers support using SVG within CSS styles to apply graphical effects to HTML content.
    developer.mozilla.org/en-US/docs/Web/SVG/Guides/Applying_SVG_effects_to_HTML_content
    Registered: Mon Aug 11 00:48:40 UTC 2025
    - Last Modified: Sat Aug 09 00:47:50 UTC 2025
    - 131.5K bytes
    - Viewed (0)
  6. Working with objects - JavaScript | MDN

    JavaScript is designed on an object-based paradigm. An object is a collection of properties, and a property is an association between a name (or key) and a value. A property's value can be a function, in which case the property is known as a method.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_objects
    Registered: Mon Aug 11 00:48:44 UTC 2025
    - Last Modified: Sat Aug 09 00:47:25 UTC 2025
    - 201.3K bytes
    - Viewed (0)
  7. 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: Mon Aug 11 00:48:56 UTC 2025
    - Last Modified: Sat Aug 09 00:47:55 UTC 2025
    - 120.8K bytes
    - Viewed (0)
  8. Temporal - JavaScript | MDN

    The Temporal object enables date and time management in various scenarios, including built-in time zone and calendar representation, wall-clock time conversions, arithmetics, formatting, and more. It is designed as a full replacement for the Date object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
    Registered: Mon Aug 11 00:51:19 UTC 2025
    - Last Modified: Sat Aug 09 00:47:39 UTC 2025
    - 161.4K bytes
    - Viewed (0)
  9. Array - JavaScript | MDN

    The Array object, as with arrays in other programming languages, enables storing a collection of multiple items under a single variable name, and has members for performing common array operations.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
    Registered: Mon Aug 11 00:51:33 UTC 2025
    - Last Modified: Sat Aug 09 00:47:27 UTC 2025
    - 224.2K bytes
    - Viewed (0)
  10. Object - JavaScript | MDN

    The Object type represents one of JavaScript's data types. It is used to store various keyed collections and more complex entities. Objects can be created using the Object() constructor or the object initializer / literal syntax.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
    Registered: Mon Aug 11 00:49:54 UTC 2025
    - Last Modified: Sat Aug 09 00:47:35 UTC 2025
    - 134.3K bytes
    - Viewed (0)
Back to top