- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 2,702 for host:developer.mozilla.org (0.07 sec)
-
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) -
<fePointLight> - SVG: Scalable Vector Graphics ...
The <fePointLight> SVG filter primitive defines a light source which allows to create a point light effect. It that can be used within a lighting filter primitive: <feDiffuseLighting> or <feSpecularLighting>.developer.mozilla.org/en-US/docs/Web/SVG/Element/fePointLightRegistered: Mon Nov 25 04:06:42 UTC 2024 - Last Modified: Mon Nov 25 01:24:49 UTC 2024 - 129.8K bytes - Viewed (0) -
<mpath> - SVG: Scalable Vector Graphics | MDN
The <mpath> SVG sub-element for the <animateMotion> element provides the ability to reference an external <path> element as the definition of a motion path.developer.mozilla.org/en-US/docs/Web/SVG/Element/mpathRegistered: Mon Nov 25 04:01:37 UTC 2024 - Last Modified: Mon Nov 25 01:24:49 UTC 2024 - 129.3K bytes - Viewed (0) -
<g> - SVG: Scalable Vector Graphics | MDN
developer.mozilla.org/en-US/docs/Web/SVG/Element/gRegistered: Mon Nov 25 03:59:35 UTC 2024 - Last Modified: Sat Nov 23 16:10:34 UTC 2024 - 128.3K bytes - Viewed (0) -
Addition assignment (+=) - JavaScript | MDN
The addition assignment (+=) operator performs addition (which is either numeric addition or string concatenation) on the two operands and assigns the result to the left operand.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Addition_assignmentRegistered: Mon Nov 25 04:01:15 UTC 2024 - Last Modified: Sat Nov 23 16:10:24 UTC 2024 - 143.5K bytes - Viewed (0) -
DataView.prototype.getUint16() - JavaScript | MDN
The getUint16() method of DataView instances reads 2 bytes starting at the specified byte offset of this DataView and interprets them as a 16-bit unsigned integer. There is no alignment constraint; multi-byte values may be fetched from any offset within bounds.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getUint16Registered: Mon Nov 25 07:11:57 UTC 2024 - Last Modified: Sat Nov 23 16:10:14 UTC 2024 - 70.2K bytes - Viewed (0) -
DataView.prototype.byteLength - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/byteLengthRegistered: Mon Nov 25 07:12:03 UTC 2024 - Last Modified: Sat Nov 23 16:10:14 UTC 2024 - 68.4K bytes - Viewed (0)