- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1941 - 1950 of 2,702 for host:developer.mozilla.org (0.06 sec)
-
Clipping and masking - SVG: Scalable Vector Gra...
Erasing part of what you have created might seem contradictory at first. But when you, for example, try to create a semicircle in SVG, you will find out the use of the following properties quickly:developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Clipping_and_maskingRegistered: Mon Nov 25 03:47:37 UTC 2024 - Last Modified: Sat Nov 23 16:10:35 UTC 2024 - 135.4K bytes - Viewed (0) -
Regular expressions - JavaScript | MDN
Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec() and test() methods of RegExp, and with the match(), matchAll(), replace(), replaceAll(), search(), and split() methods of String. This chapter describes JavaScript regular expressions. It provides a brief overview of each syntax element. For a detailed explanation of each one's semantics, read the regular expressions reference.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressionsRegistered: Mon Nov 25 03:51:54 UTC 2024 - Last Modified: Sat Nov 23 16:10:10 UTC 2024 - 201.3K bytes - Viewed (0) -
<clipPath> - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Element/clipPathRegistered: Mon Nov 25 03:51:55 UTC 2024 - Last Modified: Sat Nov 23 16:10:33 UTC 2024 - 130.5K bytes - Viewed (0) -
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/ClosuresRegistered: Mon Nov 25 03:52:50 UTC 2024 - Last Modified: Sat Nov 23 16:10:10 UTC 2024 - 190.1K bytes - Viewed (0) -
<desc> - SVG: Scalable Vector Graphics | MDN
The <desc> SVG element provides an accessible, long-text description of any SVG container element or graphics element.developer.mozilla.org/en-US/docs/Web/SVG/Element/descRegistered: Mon Nov 25 03:51:21 UTC 2024 - Last Modified: Mon Nov 25 01:24:48 UTC 2024 - 127K bytes - Viewed (0) -
<feDisplacementMap> - SVG: Scalable Vector Grap...
The <feDisplacementMap> SVG filter primitive uses the pixel values from the image from in2 to spatially displace the image from in.developer.mozilla.org/en-US/docs/Web/SVG/Element/feDisplacementMapRegistered: Mon Nov 25 03:56:47 UTC 2024 - Last Modified: Sat Nov 23 16:10:33 UTC 2024 - 132.7K bytes - Viewed (0) -
Basic transformations - SVG: Scalable Vector Gr...
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/Tutorial/Basic_TransformationsRegistered: Mon Nov 25 03:54:36 UTC 2024 - Last Modified: Sat Nov 23 16:10:34 UTC 2024 - 143.5K bytes - Viewed (0) -
<metadata> - SVG: Scalable Vector Graphics | MDN
The <metadata> SVG element adds metadata to SVG content. Metadata is structured information about data. The contents of <metadata> should be elements from other XML namespaces such as RDF, FOAF, etc.developer.mozilla.org/en-US/docs/Web/SVG/Element/metadataRegistered: Mon Nov 25 03:57:53 UTC 2024 - Last Modified: Sat Nov 23 16:10:34 UTC 2024 - 137.3K bytes - Viewed (0) -
<feMorphology> - SVG: Scalable Vector Graphics ...
The <feMorphology> SVG filter primitive is used to erode or dilate the input image. Its usefulness lies especially in fattening or thinning effects.developer.mozilla.org/en-US/docs/Web/SVG/Element/feMorphologyRegistered: Mon Nov 25 04:06:35 UTC 2024 - Last Modified: Sat Nov 23 16:10:34 UTC 2024 - 134.7K bytes - Viewed (0) -
export - JavaScript | MDN
The export declaration is used to export values from a JavaScript module. Exported values can then be imported into other programs with the import declaration or dynamic import. The value of an imported binding is subject to change in the module that exports it โ when a module updates the value of a binding that it exports, the update will be visible in its imported value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/exportRegistered: Mon Nov 25 04:06:42 UTC 2024 - Last Modified: Sat Nov 23 16:10:26 UTC 2024 - 171.1K bytes - Viewed (0)